#9B0B8C

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

Shades of Dark Magenta #9B0B8C

Tints of Dark Magenta #9B0B8C

Color information

#9B0B8C (or 0x9B0B8C) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0B and 8C. RGB value is (155,11,140). Sum of RGB (Red+Green+Blue) = 155+11+140=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0B8C is #64F473. Grayscale: #444444. Windows color (decimal): -6616180 or 9178011. OLE color: 9178011.

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

Color convert

RGB15511140-
CMYK00.930.100.39
HSL306.25º86.75%32.55%-
HSV(B)306.25º92.9%60.78%-
XYZ18.379.125.6-
YUV68.76168.21189.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.65%
GREEN value IS 11 (4.69% from 255) = 3.59%
BLUE value IS 140 (55.08% from 255) = 45.75%
R=50.65%
G=3.59%
B=45.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551114000.930.100.39306.2586.7532.55
Hex9BB8C05DA271325721
Octal233132140135124746212741
Binary100110111011100011000101110110101001111001100101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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