#96057E

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

Shades of Dark Magenta #96057E

Tints of Dark Magenta #96057E

Color information

#96057E (or 0x96057E) is unknown color: approx Dark Magenta. HEX triplet: 96, 05 and 7E. RGB value is (150,5,126). Sum of RGB (Red+Green+Blue) = 150+5+126=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96057E is #69FA81. Grayscale: #3D3D3D. Windows color (decimal): -6945410 or 8258966. OLE color: 8258966.

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

Color convert

RGB1505126-
CMYK00.970.160.41
HSL309.93º93.55%30.39%-
HSV(B)309.93º96.67%58.82%-
XYZ16.48.120.44-
YUV62.15164.04190.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 5 (2.34% from 255) = 1.78%
BLUE value IS 126 (49.61% from 255) = 44.84%
R=53.38%
G=1.78%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150512600.970.160.41309.9393.5530.39
Hex9657E06110291365e1e
Octal22651760141205146613636
Binary1001011010111111100110000110000101001100110110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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