Shades of Vivid Violet #9035A1
Tints of Vivid Violet #9035A1
RGB
CMYK
RGB Variations
Color information
#9035A1 (or 0x9035A1) is known color: Vivid Violet. HEX triplet: 90, 35 and A1. RGB value is (144,53,161). Sum of RGB (Red+Green+Blue) = 144+53+161=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 161 - color contains mainly: blue. Hex color #9035A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9035A1 is #6FCA5E. Grayscale: #5C5C5C. Windows color (decimal): -7326303 or 10565008. OLE color: 10565008.
HSL color Cylindrical-coordinate representation of color #9035A1: hue angle of 290.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9035A1 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 53 | 161 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.37 |
| HSL | 290.56º | 0.5% | 0.42% | - |
| HSV(B) | 290.56º | 0.67% | 0.63% | - |
| XYZ | 19.21 | 11.05 | 34.84 | - |
| YUV | 92.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 161 | 0.11 | 0.67 | 0 | 0.37 | 290.56 | 0.5 | 0.42 |
| Hex | 90 | 35 | A1 | B | 43 | 0 | 25 | 123 | 32 | 2A |
| Octal | 220 | 65 | 241 | 13 | 103 | 0 | 45 | 443 | 62 | 52 |
| Binary | 10010000 | 110101 | 10100001 | 1011 | 1000011 | 0 | 100101 | 100100011 | 110010 | 101010 |
Color Harmonies of #9035A1
Complementary color
Monochromatic Colors of #9035A1
Black with #9035A1
Text Example
Text Example
White with #9035A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9035A1; }
p { color: rgb(144,53,161); }
H1.HeaderClassName
{
color: #9035A1;
}
.AnyTagClassName
{
color: #9035A1;
}
</style>
background-color css
<style>
a { background-color: #9035A1; }
a { background-color: rgb(144,53,161); }
div.DivClassName
{
background-color: #9035A1;
}
.BgClassName
{
background-color: #9035A1;
}
</style>
border-color css
<style>
span { border-color: #9035A1; }
span { border-color: rgb(144,53,161); }
td.TdClassName
{
border-color: #9035A1;
}
.TagClassName
{
border-color: #9035A1;
}
</style>