#9B0D8A

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

Shades of Dark Magenta #9B0D8A

Tints of Dark Magenta #9B0D8A

Color information

#9B0D8A (or 0x9B0D8A) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0D and 8A. RGB value is (155,13,138). Sum of RGB (Red+Green+Blue) = 155+13+138=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0D8A is #64F275. Grayscale: #454545. Windows color (decimal): -6615670 or 9047451. OLE color: 9047451.

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

Color convert

RGB15513138-
CMYK00.920.110.39
HSL307.18º84.52%32.94%-
HSV(B)307.18º91.61%60.78%-
XYZ18.259.0924.84-
YUV69.71166.54188.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.65%
GREEN value IS 13 (5.47% from 255) = 4.25%
BLUE value IS 138 (54.30% from 255) = 45.10%
R=50.65%
G=4.25%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551313800.920.110.39307.1884.5232.94
Hex9BD8A05CB271335521
Octal233152120134134746312541
Binary100110111101100010100101110010111001111001100111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,13,138); }

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

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

 a { background-color: rgb(155,13,138); }

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

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

 span { border-color: rgb(155,13,138); }

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