#96189B

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

Shades of Dark Magenta #96189B

Tints of Dark Magenta #96189B

Color information

#96189B (or 0x96189B) is unknown color: approx Dark Magenta. HEX triplet: 96, 18 and 9B. RGB value is (150,24,155). Sum of RGB (Red+Green+Blue) = 150+24+155=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #96189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96189B is #69E764. Grayscale: #4C4C4C. Windows color (decimal): -6940517 or 10164374. OLE color: 10164374.

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

Color convert

RGB15024155-
CMYK0.030.8500.39
HSL297.71º73.18%35.1%-
HSV(B)297.71º84.52%60.78%-
XYZ18.829.531.85-
YUV76.61172.24180.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 24 (9.77% from 255) = 7.29%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=45.59%
G=7.29%
B=47.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150241550.030.8500.39297.7173.1835.1
Hex96189B35502712a4923
Octal22630233312504745211143
Binary10010110110001001101111101010101001111001010101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96189B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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