#9B0B95

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

Shades of Dark Magenta #9B0B95

Tints of Dark Magenta #9B0B95

Color information

#9B0B95 (or 0x9B0B95) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0B and 95. RGB value is (155,11,149). Sum of RGB (Red+Green+Blue) = 155+11+149=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0B95 is #64F46A. Grayscale: #454545. Windows color (decimal): -6616171 or 9767835. OLE color: 9767835.

HSL color Cylindrical-coordinate representation of color #9B0B95: hue angle of 302.5º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0B95 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB15511149-
CMYK00.930.040.39
HSL302.5º86.75%32.55%-
HSV(B)302.5º92.9%60.78%-
XYZ19.069.3829.24-
YUV69.79172.71188.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 11 (4.69% from 255) = 3.49%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=49.21%
G=3.49%
B=47.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551114900.930.040.39302.586.7532.55
Hex9BB9505D42712e5721
Octal23313225013544745612741
Binary10011011101110010101010111011001001111001011101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,11,149); }

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

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

 a { background-color: rgb(155,11,149); }

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

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

 span { border-color: rgb(155,11,149); }

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