Shades of Dark Magenta #900F9B
Tints of Dark Magenta #900F9B
RGB
CMYK
RGB Variations
Color information
#900F9B (or 0x900F9B) is known color: Dark Magenta. HEX triplet: 90, 0F and 9B. RGB value is (144,15,155). Sum of RGB (Red+Green+Blue) = 144+15+155=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #900F9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900F9B is #6FF064. Grayscale: #454545. Windows color (decimal): -7336037 or 10162064. OLE color: 10162064.
HSL color Cylindrical-coordinate representation of color #900F9B: hue angle of 295.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F9B is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 15 | 155 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.39 |
| HSL | 295.29º | 0.82% | 0.33% | - |
| HSV(B) | 295.29º | 0.9% | 0.61% | - |
| XYZ | 17.59 | 8.64 | 31.75 | - |
| YUV | 69.53 | 176.24 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 155 | 0.07 | 0.90 | 0 | 0.39 | 295.29 | 0.82 | 0.33 |
| Hex | 90 | F | 9B | 7 | 5A | 0 | 27 | 127 | 52 | 21 |
| Octal | 220 | 17 | 233 | 7 | 132 | 0 | 47 | 447 | 122 | 41 |
| Binary | 10010000 | 1111 | 10011011 | 111 | 1011010 | 0 | 100111 | 100100111 | 1010010 | 100001 |
Color Harmonies of #900F9B
Complementary color
Monochromatic Colors of #900F9B
Black with #900F9B
Text Example
Text Example
White with #900F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F9B; }
p { color: rgb(144,15,155); }
H1.HeaderClassName
{
color: #900F9B;
}
.AnyTagClassName
{
color: #900F9B;
}
</style>
background-color css
<style>
a { background-color: #900F9B; }
a { background-color: rgb(144,15,155); }
div.DivClassName
{
background-color: #900F9B;
}
.BgClassName
{
background-color: #900F9B;
}
</style>
border-color css
<style>
span { border-color: #900F9B; }
span { border-color: rgb(144,15,155); }
td.TdClassName
{
border-color: #900F9B;
}
.TagClassName
{
border-color: #900F9B;
}
</style>