Shades of Vivid Violet #9030AB
Tints of Vivid Violet #9030AB
RGB
CMYK
RGB Variations
Color information
#9030AB (or 0x9030AB) is known color: Vivid Violet. HEX triplet: 90, 30 and AB. RGB value is (144,48,171). Sum of RGB (Red+Green+Blue) = 144+48+171=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #9030AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9030AB is #6FCF54. Grayscale: #5A5A5A. Windows color (decimal): -7327573 or 11219088. OLE color: 11219088.
HSL color Cylindrical-coordinate representation of color #9030AB: hue angle of 286.83º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9030AB is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 48 | 171 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.33 |
| HSL | 286.83º | 0.56% | 0.43% | - |
| HSV(B) | 286.83º | 0.72% | 0.67% | - |
| XYZ | 19.91 | 10.98 | 39.6 | - |
| YUV | 90.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 171 | 0.16 | 0.72 | 0 | 0.33 | 286.83 | 0.56 | 0.43 |
| Hex | 90 | 30 | AB | 10 | 48 | 0 | 21 | 11F | 38 | 2B |
| Octal | 220 | 60 | 253 | 20 | 110 | 0 | 41 | 437 | 70 | 53 |
| Binary | 10010000 | 110000 | 10101011 | 10000 | 1001000 | 0 | 100001 | 100011111 | 111000 | 101011 |
Color Harmonies of #9030AB
Complementary color
Monochromatic Colors of #9030AB
Black with #9030AB
Text Example
Text Example
White with #9030AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9030AB; }
p { color: rgb(144,48,171); }
H1.HeaderClassName
{
color: #9030AB;
}
.AnyTagClassName
{
color: #9030AB;
}
</style>
background-color css
<style>
a { background-color: #9030AB; }
a { background-color: rgb(144,48,171); }
div.DivClassName
{
background-color: #9030AB;
}
.BgClassName
{
background-color: #9030AB;
}
</style>
border-color css
<style>
span { border-color: #9030AB; }
span { border-color: rgb(144,48,171); }
td.TdClassName
{
border-color: #9030AB;
}
.TagClassName
{
border-color: #9030AB;
}
</style>