Shades of Dark Violet #900AB0
Tints of Dark Violet #900AB0
RGB
CMYK
RGB Variations
Color information
#900AB0 (or 0x900AB0) is known color: Dark Violet. HEX triplet: 90, 0A and B0. RGB value is (144,10,176). Sum of RGB (Red+Green+Blue) = 144+10+176=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 176 (69.14% from 255 or 53.33% from 330); Max value from RGB is 176 - color contains mainly: blue. Hex color #900AB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900AB0 is #6FF54F. Grayscale: #444444. Windows color (decimal): -7337296 or 11537040. OLE color: 11537040.
HSL color Cylindrical-coordinate representation of color #900AB0: hue angle of 288.43º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900AB0 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 10 | 176 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.31 |
| HSL | 288.43º | 0.89% | 0.36% | - |
| HSV(B) | 288.43º | 0.94% | 0.69% | - |
| XYZ | 19.45 | 9.28 | 41.84 | - |
| YUV | 68.99 | 188.39 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 176 | 0.18 | 0.94 | 0 | 0.31 | 288.43 | 0.89 | 0.36 |
| Hex | 90 | A | B0 | 12 | 5E | 0 | 1F | 120 | 59 | 24 |
| Octal | 220 | 12 | 260 | 22 | 136 | 0 | 37 | 440 | 131 | 44 |
| Binary | 10010000 | 1010 | 10110000 | 10010 | 1011110 | 0 | 11111 | 100100000 | 1011001 | 100100 |
Color Harmonies of #900AB0
Complementary color
Monochromatic Colors of #900AB0
Black with #900AB0
Text Example
Text Example
White with #900AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900AB0; }
p { color: rgb(144,10,176); }
H1.HeaderClassName
{
color: #900AB0;
}
.AnyTagClassName
{
color: #900AB0;
}
</style>
background-color css
<style>
a { background-color: #900AB0; }
a { background-color: rgb(144,10,176); }
div.DivClassName
{
background-color: #900AB0;
}
.BgClassName
{
background-color: #900AB0;
}
</style>
border-color css
<style>
span { border-color: #900AB0; }
span { border-color: rgb(144,10,176); }
td.TdClassName
{
border-color: #900AB0;
}
.TagClassName
{
border-color: #900AB0;
}
</style>