Shades of Vivid Violet #9024AB
Tints of Vivid Violet #9024AB
RGB
CMYK
RGB Variations
Color information
#9024AB (or 0x9024AB) is known color: Vivid Violet. HEX triplet: 90, 24 and AB. RGB value is (144,36,171). Sum of RGB (Red+Green+Blue) = 144+36+171=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #9024AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9024AB is #6FDB54. Grayscale: #535353. Windows color (decimal): -7330645 or 11216016. OLE color: 11216016.
HSL color Cylindrical-coordinate representation of color #9024AB: hue angle of 288º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9024AB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 36 | 171 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.33 |
| HSL | 288º | 0.65% | 0.41% | - |
| HSV(B) | 288º | 0.79% | 0.67% | - |
| XYZ | 19.48 | 10.13 | 39.46 | - |
| YUV | 83.68 | 177.28 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 171 | 0.16 | 0.79 | 0 | 0.33 | 288 | 0.65 | 0.41 |
| Hex | 90 | 24 | AB | 10 | 4F | 0 | 21 | 120 | 41 | 29 |
| Octal | 220 | 44 | 253 | 20 | 117 | 0 | 41 | 440 | 101 | 51 |
| Binary | 10010000 | 100100 | 10101011 | 10000 | 1001111 | 0 | 100001 | 100100000 | 1000001 | 101001 |
Color Harmonies of #9024AB
Complementary color
Monochromatic Colors of #9024AB
Black with #9024AB
Text Example
Text Example
White with #9024AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9024AB; }
p { color: rgb(144,36,171); }
H1.HeaderClassName
{
color: #9024AB;
}
.AnyTagClassName
{
color: #9024AB;
}
</style>
background-color css
<style>
a { background-color: #9024AB; }
a { background-color: rgb(144,36,171); }
div.DivClassName
{
background-color: #9024AB;
}
.BgClassName
{
background-color: #9024AB;
}
</style>
border-color css
<style>
span { border-color: #9024AB; }
span { border-color: rgb(144,36,171); }
td.TdClassName
{
border-color: #9024AB;
}
.TagClassName
{
border-color: #9024AB;
}
</style>