#96058C

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

Shades of Dark Magenta #96058C

Tints of Dark Magenta #96058C

Color information

#96058C (or 0x96058C) is unknown color: approx Dark Magenta. HEX triplet: 96, 05 and 8C. RGB value is (150,5,140). Sum of RGB (Red+Green+Blue) = 150+5+140=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96058C is #69FA73. Grayscale: #3F3F3F. Windows color (decimal): -6945396 or 9176470. OLE color: 9176470.

HSL color Cylindrical-coordinate representation of color #96058C: hue angle of 304.14º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96058C is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB1505140-
CMYK00.970.070.41
HSL304.14º93.55%30.39%-
HSV(B)304.14º96.67%58.82%-
XYZ17.378.4925.53-
YUV63.74171.04189.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 140 (55.08% from 255) = 47.46%
R=50.85%
G=1.69%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150514000.970.070.41304.1493.5530.39
Hex9658C0617291305e1e
Octal2265214014175146013636
Binary100101101011000110001100001111101001100110000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96058C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,5,140); }

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

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

 a { background-color: rgb(150,5,140); }

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

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

 span { border-color: rgb(150,5,140); }

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