#9b1596

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

Shades of Dark Magenta #9B1596

Tints of Dark Magenta #9B1596

Color information

#9B1596 (or 0x9B1596) is unknown color: approx Dark Magenta. HEX triplet: 9B, 15 and 96. RGB value is (155,21,150). Sum of RGB (Red+Green+Blue) = 155+21+150=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1596 is #64EA69. Grayscale: #4B4B4B. Windows color (decimal): -6613610 or 9835931. OLE color: 9835931.

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

Color convert

RGB15521150-
CMYK00.860.030.39
HSL302.24º76.14%34.51%-
HSV(B)302.24º86.45%60.78%-
XYZ19.299.7129.71-
YUV75.77169.89184.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 21 (8.59% from 255) = 6.44%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=47.55%
G=6.44%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552115000.860.030.39302.2476.1434.51
Hex9B159605632712e4c23
Octal23325226012634745611443
Binary10011011101011001011001010110111001111001011101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b1596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9b1596; }

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

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

<style>
 a { background-color: #9b1596; }

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

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

<style>
 span { border-color: #9b1596; }

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

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