Shades of Dark Magenta #900B7D
Tints of Dark Magenta #900B7D
RGB
CMYK
RGB Variations
Color information
#900B7D (or 0x900B7D) is known color: Dark Magenta. HEX triplet: 90, 0B and 7D. RGB value is (144,11,125). Sum of RGB (Red+Green+Blue) = 144+11+125=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #900B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900B7D is #6FF482. Grayscale: #3F3F3F. Windows color (decimal): -7337091 or 8194960. OLE color: 8194960.
HSL color Cylindrical-coordinate representation of color #900B7D: hue angle of 308.57º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900B7D is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 11 | 125 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.44 |
| HSL | 308.57º | 0.86% | 0.3% | - |
| HSV(B) | 308.57º | 0.92% | 0.56% | - |
| XYZ | 15.32 | 7.65 | 20.07 | - |
| YUV | 63.76 | 162.56 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 125 | 0 | 0.92 | 0.13 | 0.44 | 308.57 | 0.86 | 0.3 |
| Hex | 90 | B | 7D | 0 | 5C | D | 2C | 135 | 56 | 1E |
| Octal | 220 | 13 | 175 | 0 | 134 | 15 | 54 | 465 | 126 | 36 |
| Binary | 10010000 | 1011 | 1111101 | 0 | 1011100 | 1101 | 101100 | 100110101 | 1010110 | 11110 |
Color Harmonies of #900B7D
Complementary color
Monochromatic Colors of #900B7D
Black with #900B7D
Text Example
Text Example
White with #900B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900B7D; }
p { color: rgb(144,11,125); }
H1.HeaderClassName
{
color: #900B7D;
}
.AnyTagClassName
{
color: #900B7D;
}
</style>
background-color css
<style>
a { background-color: #900B7D; }
a { background-color: rgb(144,11,125); }
div.DivClassName
{
background-color: #900B7D;
}
.BgClassName
{
background-color: #900B7D;
}
</style>
border-color css
<style>
span { border-color: #900B7D; }
span { border-color: rgb(144,11,125); }
td.TdClassName
{
border-color: #900B7D;
}
.TagClassName
{
border-color: #900B7D;
}
</style>