#96118E

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

Shades of Dark Magenta #96118E

Tints of Dark Magenta #96118E

Color information

#96118E (or 0x96118E) is unknown color: approx Dark Magenta. HEX triplet: 96, 11 and 8E. RGB value is (150,17,142). Sum of RGB (Red+Green+Blue) = 150+17+142=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96118E is #69EE71. Grayscale: #464646. Windows color (decimal): -6942322 or 9310614. OLE color: 9310614.

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

Color convert

RGB15017142-
CMYK00.890.050.41
HSL303.61º79.64%32.75%-
HSV(B)303.61º88.67%58.82%-
XYZ17.668.8426.37-
YUV71.02168.06184.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 17 (7.03% from 255) = 5.50%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=48.54%
G=5.50%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501714200.890.050.41303.6179.6432.75
Hex96118E0595291305021
Octal22621216013155146012041
Binary100101101000110001110010110011011010011001100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96118E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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