#96199b

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

Shades of Dark Magenta #96199B

Tints of Dark Magenta #96199B

Color information

#96199B (or 0x96199B) is unknown color: approx Dark Magenta. HEX triplet: 96, 19 and 9B. RGB value is (150,25,155). Sum of RGB (Red+Green+Blue) = 150+25+155=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #96199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96199B is #69E664. Grayscale: #4C4C4C. Windows color (decimal): -6940261 or 10164630. OLE color: 10164630.

HSL color Cylindrical-coordinate representation of color #96199B: hue angle of 297.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96199B is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15025155-
CMYK0.030.8400.39
HSL297.69º72.22%35.29%-
HSV(B)297.69º83.87%60.78%-
XYZ18.849.5531.86-
YUV77.19171.91179.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 25 (10.16% from 255) = 7.58%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=45.45%
G=7.58%
B=46.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150251550.030.8400.39297.6972.2235.29
Hex96199B35402712a4823
Octal22631233312404745211043
Binary10010110110011001101111101010001001111001010101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96199b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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