#9B1996

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

Shades of Dark Magenta #9B1996

Tints of Dark Magenta #9B1996

Color information

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

HSL color Cylindrical-coordinate representation of color #9B1996: hue angle of 302.31º 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 #9B1996 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15525150-
CMYK00.840.030.39
HSL302.31º72.22%35.29%-
HSV(B)302.31º83.87%60.78%-
XYZ19.379.8729.74-
YUV78.12168.57182.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552515000.840.030.39302.3172.2235.29
Hex9B199605432712e4823
Octal23331226012434745611043
Binary10011011110011001011001010100111001111001011101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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