Shades of Dark Violet #900AAF
Tints of Dark Violet #900AAF
RGB
CMYK
RGB Variations
Color information
#900AAF (or 0x900AAF) is known color: Dark Violet. HEX triplet: 90, 0A and AF. RGB value is (144,10,175). Sum of RGB (Red+Green+Blue) = 144+10+175=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #900AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900AAF is #6FF550. Grayscale: #444444. Windows color (decimal): -7337297 or 11471504. OLE color: 11471504.
HSL color Cylindrical-coordinate representation of color #900AAF: hue angle of 288.73º 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 #900AAF is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 10 | 175 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.31 |
| HSL | 288.73º | 0.89% | 0.36% | - |
| HSV(B) | 288.73º | 0.94% | 0.69% | - |
| XYZ | 19.35 | 9.24 | 41.32 | - |
| YUV | 68.88 | 187.89 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 175 | 0.18 | 0.94 | 0 | 0.31 | 288.73 | 0.89 | 0.36 |
| Hex | 90 | A | AF | 12 | 5E | 0 | 1F | 121 | 59 | 24 |
| Octal | 220 | 12 | 257 | 22 | 136 | 0 | 37 | 441 | 131 | 44 |
| Binary | 10010000 | 1010 | 10101111 | 10010 | 1011110 | 0 | 11111 | 100100001 | 1011001 | 100100 |
Color Harmonies of #900AAF
Complementary color
Monochromatic Colors of #900AAF
Black with #900AAF
Text Example
Text Example
White with #900AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900AAF; }
p { color: rgb(144,10,175); }
H1.HeaderClassName
{
color: #900AAF;
}
.AnyTagClassName
{
color: #900AAF;
}
</style>
background-color css
<style>
a { background-color: #900AAF; }
a { background-color: rgb(144,10,175); }
div.DivClassName
{
background-color: #900AAF;
}
.BgClassName
{
background-color: #900AAF;
}
</style>
border-color css
<style>
span { border-color: #900AAF; }
span { border-color: rgb(144,10,175); }
td.TdClassName
{
border-color: #900AAF;
}
.TagClassName
{
border-color: #900AAF;
}
</style>