Shades of Vivid Violet #9036A0
Tints of Vivid Violet #9036A0
RGB
CMYK
RGB Variations
Color information
#9036A0 (or 0x9036A0) is known color: Vivid Violet. HEX triplet: 90, 36 and A0. RGB value is (144,54,160). Sum of RGB (Red+Green+Blue) = 144+54+160=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 160 - color contains mainly: blue. Hex color #9036A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9036A0 is #6FC95F. Grayscale: #5C5C5C. Windows color (decimal): -7326048 or 10499728. OLE color: 10499728.
HSL color Cylindrical-coordinate representation of color #9036A0: hue angle of 290.94º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9036A0 is Cyan = 0.1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 54 | 160 | - |
| CMYK | 0.1 | 0.66 | 0 | 0.37 |
| HSL | 290.94º | 0.5% | 0.42% | - |
| HSV(B) | 290.94º | 0.66% | 0.63% | - |
| XYZ | 19.17 | 11.11 | 34.39 | - |
| YUV | 92.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 160 | 0.1 | 0.66 | 0 | 0.37 | 290.94 | 0.5 | 0.42 |
| Hex | 90 | 36 | A0 | A | 42 | 0 | 25 | 123 | 32 | 2A |
| Octal | 220 | 66 | 240 | 12 | 102 | 0 | 45 | 443 | 62 | 52 |
| Binary | 10010000 | 110110 | 10100000 | 1010 | 1000010 | 0 | 100101 | 100100011 | 110010 | 101010 |
Color Harmonies of #9036A0
Complementary color
Monochromatic Colors of #9036A0
Black with #9036A0
Text Example
Text Example
White with #9036A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9036A0; }
p { color: rgb(144,54,160); }
H1.HeaderClassName
{
color: #9036A0;
}
.AnyTagClassName
{
color: #9036A0;
}
</style>
background-color css
<style>
a { background-color: #9036A0; }
a { background-color: rgb(144,54,160); }
div.DivClassName
{
background-color: #9036A0;
}
.BgClassName
{
background-color: #9036A0;
}
</style>
border-color css
<style>
span { border-color: #9036A0; }
span { border-color: rgb(144,54,160); }
td.TdClassName
{
border-color: #9036A0;
}
.TagClassName
{
border-color: #9036A0;
}
</style>