#96067F

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

Shades of Dark Magenta #96067F

Tints of Dark Magenta #96067F

Color information

#96067F (or 0x96067F) is unknown color: approx Dark Magenta. HEX triplet: 96, 06 and 7F. RGB value is (150,6,127). Sum of RGB (Red+Green+Blue) = 150+6+127=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96067F is #69F980. Grayscale: #3E3E3E. Windows color (decimal): -6945153 or 8324758. OLE color: 8324758.

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

Color convert

RGB1506127-
CMYK00.960.150.41
HSL309.58º92.31%30.59%-
HSV(B)309.58º96%58.82%-
XYZ16.478.1520.78-
YUV62.85164.21190.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 6 (2.73% from 255) = 2.12%
BLUE value IS 127 (50% from 255) = 44.88%
R=53.00%
G=2.12%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150612700.960.150.41309.5892.3130.59
Hex9667F060F291365c1f
Octal22661770140175146613437
Binary100101101101111111011000001111101001100110110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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