#96189E

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

Shades of Dark Magenta #96189E

Tints of Dark Magenta #96189E

Color information

#96189E (or 0x96189E) is unknown color: approx Dark Magenta. HEX triplet: 96, 18 and 9E. RGB value is (150,24,158). Sum of RGB (Red+Green+Blue) = 150+24+158=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #96189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96189E is #69E761. Grayscale: #4C4C4C. Windows color (decimal): -6940514 or 10360982. OLE color: 10360982.

HSL color Cylindrical-coordinate representation of color #96189E: hue angle of 296.42º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96189E is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15024158-
CMYK0.050.8500.38
HSL296.42º73.63%35.69%-
HSV(B)296.42º84.81%61.96%-
XYZ19.089.6133.2-
YUV76.95173.74180.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 24 (9.77% from 255) = 7.23%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=45.18%
G=7.23%
B=47.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150241580.050.8500.38296.4273.6335.69
Hex96189E5550261284a24
Octal22630236512504645011244
Binary100101101100010011110101101010101001101001010001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,24,158); }

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

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

 a { background-color: rgb(150,24,158); }

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

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

 span { border-color: rgb(150,24,158); }

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