#96067E

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

Shades of Dark Magenta #96067E

Tints of Dark Magenta #96067E

Color information

#96067E (or 0x96067E) is unknown color: approx Dark Magenta. HEX triplet: 96, 06 and 7E. RGB value is (150,6,126). Sum of RGB (Red+Green+Blue) = 150+6+126=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96067E is #69F981. Grayscale: #3E3E3E. Windows color (decimal): -6945154 or 8259222. OLE color: 8259222.

HSL color Cylindrical-coordinate representation of color #96067E: hue angle of 310º 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 #96067E is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB1506126-
CMYK00.960.160.41
HSL310º92.31%30.59%-
HSV(B)310º96%58.82%-
XYZ16.418.1220.44-
YUV62.74163.71190.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 6 (2.73% from 255) = 2.13%
BLUE value IS 126 (49.61% from 255) = 44.68%
R=53.19%
G=2.13%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150612600.960.160.4131092.3130.59
Hex9667E06010291365c1f
Octal22661760140205146613437
Binary1001011011011111100110000010000101001100110110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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