#93256c

Color #93256C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #93256C

Tints of Dark Purple #93256C

Color information

#93256C (or 0x93256C) is unknown color: approx Dark Purple. HEX triplet: 93, 25 and 6C. RGB value is (147,37,108). Sum of RGB (Red+Green+Blue) = 147+37+108=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93256C is #6CDA93. Grayscale: #4D4D4D. Windows color (decimal): -7133844 or 7087507. OLE color: 7087507.

HSL color Cylindrical-coordinate representation of color #93256C: hue angle of 321.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93256C is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14737108-
CMYK00.750.270.42
HSL321.27º59.78%36.08%-
HSV(B)321.27º74.83%57.65%-
XYZ15.48.6115.04-
YUV77.98144.94177.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 50.34%
GREEN value IS 37 (14.84% from 255) = 12.67%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=50.34%
G=12.67%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473710800.750.270.42321.2759.7836.08
Hex93256C04B1B2A1413c24
Octal22345154011333525017444
Binary1001001110010111011000100101111011101010101000001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93256c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93256c; }

 p { color: rgb(147,37,108); }

 H1.HeaderClassName
 {
   color: #93256c;
 }
 .AnyTagClassName
 {
   color: #93256c;
 }
</style>
background-color css

<style>
 a { background-color: #93256c; }

 a { background-color: rgb(147,37,108); }

 div.DivClassName
 {
   background-color: #93256c;
 }
 .BgClassName
 {
   background-color: #93256c;
 }
</style>
border-color css

<style>
 span { border-color: #93256c; }

 span { border-color: rgb(147,37,108); }

 td.TdClassName
 {
   border-color: #93256c;
 }
 .TagClassName
 {
   border-color: #93256c;
 }
</style>