Shades of Blue Violet #9035EA
Tints of Blue Violet #9035EA
RGB
CMYK
RGB Variations
Color information
#9035EA (or 0x9035EA) is known color: Blue Violet. HEX triplet: 90, 35 and EA. RGB value is (144,53,234). Sum of RGB (Red+Green+Blue) = 144+53+234=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #9035EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9035EA is #6FCA15. Grayscale: #646464. Windows color (decimal): -7326230 or 15349136. OLE color: 15349136.
HSL color Cylindrical-coordinate representation of color #9035EA: hue angle of 270.17º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9035EA is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 53 | 234 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.08 |
| HSL | 270.17º | 0.81% | 0.56% | - |
| HSV(B) | 270.17º | 0.77% | 0.92% | - |
| XYZ | 27.63 | 14.42 | 79.17 | - |
| YUV | 100.84 | 203.15 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 234 | 0.38 | 0.77 | 0 | 0.08 | 270.17 | 0.81 | 0.56 |
| Hex | 90 | 35 | EA | 26 | 4D | 0 | 8 | 10E | 51 | 38 |
| Octal | 220 | 65 | 352 | 46 | 115 | 0 | 10 | 416 | 121 | 70 |
| Binary | 10010000 | 110101 | 11101010 | 100110 | 1001101 | 0 | 1000 | 100001110 | 1010001 | 111000 |
Color Harmonies of #9035EA
Complementary color
Monochromatic Colors of #9035EA
Black with #9035EA
Text Example
Text Example
White with #9035EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9035EA; }
p { color: rgb(144,53,234); }
H1.HeaderClassName
{
color: #9035EA;
}
.AnyTagClassName
{
color: #9035EA;
}
</style>
background-color css
<style>
a { background-color: #9035EA; }
a { background-color: rgb(144,53,234); }
div.DivClassName
{
background-color: #9035EA;
}
.BgClassName
{
background-color: #9035EA;
}
</style>
border-color css
<style>
span { border-color: #9035EA; }
span { border-color: rgb(144,53,234); }
td.TdClassName
{
border-color: #9035EA;
}
.TagClassName
{
border-color: #9035EA;
}
</style>