Shades of Vivid Violet #902AAB
Tints of Vivid Violet #902AAB
RGB
CMYK
RGB Variations
Color information
#902AAB (or 0x902AAB) is known color: Vivid Violet. HEX triplet: 90, 2A and AB. RGB value is (144,42,171). Sum of RGB (Red+Green+Blue) = 144+42+171=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #902AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902AAB is #6FD554. Grayscale: #565656. Windows color (decimal): -7329109 or 11217552. OLE color: 11217552.
HSL color Cylindrical-coordinate representation of color #902AAB: hue angle of 287.44º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902AAB is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 42 | 171 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.33 |
| HSL | 287.44º | 0.61% | 0.42% | - |
| HSV(B) | 287.44º | 0.75% | 0.67% | - |
| XYZ | 19.68 | 10.53 | 39.52 | - |
| YUV | 87.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 171 | 0.16 | 0.75 | 0 | 0.33 | 287.44 | 0.61 | 0.42 |
| Hex | 90 | 2A | AB | 10 | 4B | 0 | 21 | 11F | 3D | 2A |
| Octal | 220 | 52 | 253 | 20 | 113 | 0 | 41 | 437 | 75 | 52 |
| Binary | 10010000 | 101010 | 10101011 | 10000 | 1001011 | 0 | 100001 | 100011111 | 111101 | 101010 |
Color Harmonies of #902AAB
Complementary color
Monochromatic Colors of #902AAB
Black with #902AAB
Text Example
Text Example
White with #902AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902AAB; }
p { color: rgb(144,42,171); }
H1.HeaderClassName
{
color: #902AAB;
}
.AnyTagClassName
{
color: #902AAB;
}
</style>
background-color css
<style>
a { background-color: #902AAB; }
a { background-color: rgb(144,42,171); }
div.DivClassName
{
background-color: #902AAB;
}
.BgClassName
{
background-color: #902AAB;
}
</style>
border-color css
<style>
span { border-color: #902AAB; }
span { border-color: rgb(144,42,171); }
td.TdClassName
{
border-color: #902AAB;
}
.TagClassName
{
border-color: #902AAB;
}
</style>