#96108E

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

Shades of Dark Magenta #96108E

Tints of Dark Magenta #96108E

Color information

#96108E (or 0x96108E) is unknown color: approx Dark Magenta. HEX triplet: 96, 10 and 8E. RGB value is (150,16,142). Sum of RGB (Red+Green+Blue) = 150+16+142=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96108E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96108E is #69EF71. Grayscale: #464646. Windows color (decimal): -6942578 or 9310358. OLE color: 9310358.

HSL color Cylindrical-coordinate representation of color #96108E: hue angle of 303.58º degrees, saturation: 0.81, 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 #96108E is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15016142-
CMYK00.890.050.41
HSL303.58º80.72%32.55%-
HSV(B)303.58º89.33%58.82%-
XYZ17.658.8126.36-
YUV70.43168.39184.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 16 (6.64% from 255) = 5.19%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=48.70%
G=5.19%
B=46.10%

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
Decimal1501614200.890.050.41303.5880.7232.55
Hex96108E0595291305121
Octal22620216013155146012141
Binary100101101000010001110010110011011010011001100001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96108E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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