#96009C

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

Shades of Dark Magenta #96009C

Tints of Dark Magenta #96009C

Color information

#96009C (or 0x96009C) is unknown color: approx Dark Magenta. HEX triplet: 96, 00 and 9C. RGB value is (150,0,156). Sum of RGB (Red+Green+Blue) = 150+0+156=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #96009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96009C is #69FF63. Grayscale: #3E3E3E. Windows color (decimal): -6946660 or 10223766. OLE color: 10223766.

HSL color Cylindrical-coordinate representation of color #96009C: hue angle of 297.69º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96009C is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1500156-
CMYK0.04100.39
HSL297.69º100%30.59%-
HSV(B)297.69º100%61.18%-
XYZ18.588.8832.19-
YUV62.63180.7190.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 50.98%
R=49.02%
G=0%
B=50.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15001560.04100.39297.6910030.59
Hex9609C46402712a641f
Octal2260234414404745214437
Binary1001011001001110010011001000100111100101010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,0,156); }

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

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

 a { background-color: rgb(150,0,156); }

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

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

 span { border-color: rgb(150,0,156); }

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