#96246B

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

Shades of Dark Purple #96246B

Tints of Dark Purple #96246B

Color information

#96246B (or 0x96246B) is unknown color: approx Dark Purple. HEX triplet: 96, 24 and 6B. RGB value is (150,36,107). Sum of RGB (Red+Green+Blue) = 150+36+107=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96246B is #69DB94. Grayscale: #4E4E4E. Windows color (decimal): -6937493 or 7021718. OLE color: 7021718.

HSL color Cylindrical-coordinate representation of color #96246B: hue angle of 322.63º 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 #96246B is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15036107-
CMYK00.760.290.41
HSL322.63º61.29%36.47%-
HSV(B)322.63º76%58.82%-
XYZ15.868.8114.77-
YUV78.18144.27179.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 36 (14.45% from 255) = 12.29%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=51.19%
G=12.29%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503610700.760.290.41322.6361.2936.47
Hex96246B04C1D291433d24
Octal22644153011435515037544
Binary1001011010010011010110100110011101101001101000011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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