#96067C

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

Shades of Dark Magenta #96067C

Tints of Dark Magenta #96067C

Color information

#96067C (or 0x96067C) is unknown color: approx Dark Magenta. HEX triplet: 96, 06 and 7C. RGB value is (150,6,124). Sum of RGB (Red+Green+Blue) = 150+6+124=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96067C is #69F983. Grayscale: #3E3E3E. Windows color (decimal): -6945156 or 8128150. OLE color: 8128150.

HSL color Cylindrical-coordinate representation of color #96067C: hue angle of 310.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96067C is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB1506124-
CMYK00.960.170.41
HSL310.83º92.31%30.59%-
HSV(B)310.83º96%58.82%-
XYZ16.288.0719.77-
YUV62.51162.71190.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=53.57%
G=2.14%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150612400.960.170.41310.8392.3130.59
Hex9667C06011291375c1f
Octal22661740140215146713437
Binary1001011011011111000110000010001101001100110111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,6,124); }

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

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

 a { background-color: rgb(150,6,124); }

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

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

 span { border-color: rgb(150,6,124); }

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