#96246C

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

Shades of Dark Purple #96246C

Tints of Dark Purple #96246C

Color information

#96246C (or 0x96246C) is unknown color: approx Dark Purple. HEX triplet: 96, 24 and 6C. RGB value is (150,36,108). Sum of RGB (Red+Green+Blue) = 150+36+108=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96246C is #69DB93. Grayscale: #4E4E4E. Windows color (decimal): -6937492 or 7087254. OLE color: 7087254.

HSL color Cylindrical-coordinate representation of color #96246C: hue angle of 322.11º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96246C is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15036108-
CMYK00.760.280.41
HSL322.11º61.29%36.47%-
HSV(B)322.11º76%58.82%-
XYZ15.928.8315.05-
YUV78.29144.77179.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 36 (14.45% from 255) = 12.24%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=51.02%
G=12.24%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503610800.760.280.41322.1161.2936.47
Hex96246C04C1C291423d24
Octal22644154011434515027544
Binary1001011010010011011000100110011100101001101000010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96246C; }

 p { color: rgb(150,36,108); }

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

<style>
 a { background-color: #96246C; }

 a { background-color: rgb(150,36,108); }

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

<style>
 span { border-color: #96246C; }

 span { border-color: rgb(150,36,108); }

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