#96158E

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

Shades of Dark Magenta #96158E

Tints of Dark Magenta #96158E

Color information

#96158E (or 0x96158E) is unknown color: approx Dark Magenta. HEX triplet: 96, 15 and 8E. RGB value is (150,21,142). Sum of RGB (Red+Green+Blue) = 150+21+142=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96158E is #69EA71. Grayscale: #494949. Windows color (decimal): -6941298 or 9311638. OLE color: 9311638.

HSL color Cylindrical-coordinate representation of color #96158E: hue angle of 303.72º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96158E is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15021142-
CMYK00.860.050.41
HSL303.72º75.44%33.53%-
HSV(B)303.72º86%58.82%-
XYZ17.738.9726.39-
YUV73.36166.74182.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 21 (8.59% from 255) = 6.71%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=47.92%
G=6.71%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502114200.860.050.41303.7275.4433.53
Hex96158E0565291304b22
Octal22625216012655146011342
Binary100101101010110001110010101101011010011001100001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,21,142); }

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

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

 a { background-color: rgb(150,21,142); }

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

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

 span { border-color: rgb(150,21,142); }

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