Shades of Vivid Violet #9027A4
Tints of Vivid Violet #9027A4
RGB
CMYK
RGB Variations
Color information
#9027A4 (or 0x9027A4) is known color: Vivid Violet. HEX triplet: 90, 27 and A4. RGB value is (144,39,164). Sum of RGB (Red+Green+Blue) = 144+39+164=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 164 - color contains mainly: blue. Hex color #9027A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9027A4 is #6FD85B. Grayscale: #545454. Windows color (decimal): -7329884 or 10758032. OLE color: 10758032.
HSL color Cylindrical-coordinate representation of color #9027A4: hue angle of 290.4º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9027A4 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 39 | 164 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.36 |
| HSL | 290.4º | 0.62% | 0.4% | - |
| HSV(B) | 290.4º | 0.76% | 0.64% | - |
| XYZ | 18.93 | 10.06 | 36.07 | - |
| YUV | 84.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 164 | 0.12 | 0.76 | 0 | 0.36 | 290.4 | 0.62 | 0.4 |
| Hex | 90 | 27 | A4 | C | 4C | 0 | 24 | 122 | 3E | 28 |
| Octal | 220 | 47 | 244 | 14 | 114 | 0 | 44 | 442 | 76 | 50 |
| Binary | 10010000 | 100111 | 10100100 | 1100 | 1001100 | 0 | 100100 | 100100010 | 111110 | 101000 |
Color Harmonies of #9027A4
Complementary color
Monochromatic Colors of #9027A4
Black with #9027A4
Text Example
Text Example
White with #9027A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9027A4; }
p { color: rgb(144,39,164); }
H1.HeaderClassName
{
color: #9027A4;
}
.AnyTagClassName
{
color: #9027A4;
}
</style>
background-color css
<style>
a { background-color: #9027A4; }
a { background-color: rgb(144,39,164); }
div.DivClassName
{
background-color: #9027A4;
}
.BgClassName
{
background-color: #9027A4;
}
</style>
border-color css
<style>
span { border-color: #9027A4; }
span { border-color: rgb(144,39,164); }
td.TdClassName
{
border-color: #9027A4;
}
.TagClassName
{
border-color: #9027A4;
}
</style>