Shades of Vivid Violet #9033AB
Tints of Vivid Violet #9033AB
RGB
CMYK
RGB Variations
Color information
#9033AB (or 0x9033AB) is known color: Vivid Violet. HEX triplet: 90, 33 and AB. RGB value is (144,51,171). Sum of RGB (Red+Green+Blue) = 144+51+171=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #9033AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9033AB is #6FCC54. Grayscale: #5C5C5C. Windows color (decimal): -7326805 or 11219856. OLE color: 11219856.
HSL color Cylindrical-coordinate representation of color #9033AB: hue angle of 286.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9033AB is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 51 | 171 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.33 |
| HSL | 286.5º | 0.54% | 0.44% | - |
| HSV(B) | 286.5º | 0.7% | 0.67% | - |
| XYZ | 20.04 | 11.24 | 39.64 | - |
| YUV | 92.49 | 172.31 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 171 | 0.16 | 0.70 | 0 | 0.33 | 286.5 | 0.54 | 0.44 |
| Hex | 90 | 33 | AB | 10 | 46 | 0 | 21 | 11E | 36 | 2C |
| Octal | 220 | 63 | 253 | 20 | 106 | 0 | 41 | 436 | 66 | 54 |
| Binary | 10010000 | 110011 | 10101011 | 10000 | 1000110 | 0 | 100001 | 100011110 | 110110 | 101100 |
Color Harmonies of #9033AB
Complementary color
Monochromatic Colors of #9033AB
Black with #9033AB
Text Example
Text Example
White with #9033AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9033AB; }
p { color: rgb(144,51,171); }
H1.HeaderClassName
{
color: #9033AB;
}
.AnyTagClassName
{
color: #9033AB;
}
</style>
background-color css
<style>
a { background-color: #9033AB; }
a { background-color: rgb(144,51,171); }
div.DivClassName
{
background-color: #9033AB;
}
.BgClassName
{
background-color: #9033AB;
}
</style>
border-color css
<style>
span { border-color: #9033AB; }
span { border-color: rgb(144,51,171); }
td.TdClassName
{
border-color: #9033AB;
}
.TagClassName
{
border-color: #9033AB;
}
</style>