Shades of Dark Magenta #900B9B
Tints of Dark Magenta #900B9B
RGB
CMYK
RGB Variations
Color information
#900B9B (or 0x900B9B) is known color: Dark Magenta. HEX triplet: 90, 0B and 9B. RGB value is (144,11,155). Sum of RGB (Red+Green+Blue) = 144+11+155=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #900B9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900B9B is #6FF464. Grayscale: #424242. Windows color (decimal): -7337061 or 10161040. OLE color: 10161040.
HSL color Cylindrical-coordinate representation of color #900B9B: hue angle of 295.42º 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 #900B9B is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 11 | 155 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.39 |
| HSL | 295.42º | 0.87% | 0.33% | - |
| HSV(B) | 295.42º | 0.93% | 0.61% | - |
| XYZ | 17.54 | 8.54 | 31.73 | - |
| YUV | 67.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 155 | 0.07 | 0.93 | 0 | 0.39 | 295.42 | 0.87 | 0.33 |
| Hex | 90 | B | 9B | 7 | 5D | 0 | 27 | 127 | 57 | 21 |
| Octal | 220 | 13 | 233 | 7 | 135 | 0 | 47 | 447 | 127 | 41 |
| Binary | 10010000 | 1011 | 10011011 | 111 | 1011101 | 0 | 100111 | 100100111 | 1010111 | 100001 |
Color Harmonies of #900B9B
Complementary color
Monochromatic Colors of #900B9B
Black with #900B9B
Text Example
Text Example
White with #900B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900B9B; }
p { color: rgb(144,11,155); }
H1.HeaderClassName
{
color: #900B9B;
}
.AnyTagClassName
{
color: #900B9B;
}
</style>
background-color css
<style>
a { background-color: #900B9B; }
a { background-color: rgb(144,11,155); }
div.DivClassName
{
background-color: #900B9B;
}
.BgClassName
{
background-color: #900B9B;
}
</style>
border-color css
<style>
span { border-color: #900B9B; }
span { border-color: rgb(144,11,155); }
td.TdClassName
{
border-color: #900B9B;
}
.TagClassName
{
border-color: #900B9B;
}
</style>