#9B0B8D

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

Shades of Dark Magenta #9B0B8D

Tints of Dark Magenta #9B0B8D

Color information

#9B0B8D (or 0x9B0B8D) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0B and 8D. RGB value is (155,11,141). Sum of RGB (Red+Green+Blue) = 155+11+141=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0B8D is #64F472. Grayscale: #444444. Windows color (decimal): -6616179 or 9243547. OLE color: 9243547.

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

Color convert

RGB15511141-
CMYK00.930.090.39
HSL305.83º86.75%32.55%-
HSV(B)305.83º92.9%60.78%-
XYZ18.449.1325.99-
YUV68.88168.71189.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.49%
GREEN value IS 11 (4.69% from 255) = 3.58%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=50.49%
G=3.58%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551114100.930.090.39305.8386.7532.55
Hex9BB8D05D9271325721
Octal233132150135114746212741
Binary100110111011100011010101110110011001111001100101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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