#96199E

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

Shades of Dark Magenta #96199E

Tints of Dark Magenta #96199E

Color information

#96199E (or 0x96199E) is unknown color: approx Dark Magenta. HEX triplet: 96, 19 and 9E. RGB value is (150,25,158). Sum of RGB (Red+Green+Blue) = 150+25+158=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #96199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96199E is #69E661. Grayscale: #4D4D4D. Windows color (decimal): -6940258 or 10361238. OLE color: 10361238.

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

Color convert

RGB15025158-
CMYK0.050.8400.38
HSL296.39º72.68%35.88%-
HSV(B)296.39º84.18%61.96%-
XYZ19.19.6533.2-
YUV77.54173.41179.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 25 (10.16% from 255) = 7.51%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=45.05%
G=7.51%
B=47.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150251580.050.8400.38296.3972.6835.88
Hex96199E5540261284924
Octal22631236512404645011144
Binary100101101100110011110101101010001001101001010001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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