Shades of Blue Violet #9535EC
Tints of Blue Violet #9535EC
RGB
CMYK
RGB Variations
Color information
#9535EC (or 0x9535EC) is known color: Blue Violet. HEX triplet: 95, 35 and EC. RGB value is (149,53,236). Sum of RGB (Red+Green+Blue) = 149+53+236=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #9535EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9535EC is #6ACA13. Grayscale: #656565. Windows color (decimal): -6998548 or 15480213. OLE color: 15480213.
HSL color Cylindrical-coordinate representation of color #9535EC: hue angle of 271.48º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9535EC is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 53 | 236 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.07 |
| HSL | 271.48º | 0.83% | 0.57% | - |
| HSV(B) | 271.48º | 0.78% | 0.93% | - |
| XYZ | 28.81 | 14.99 | 80.73 | - |
| YUV | 102.57 | 203.3 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 236 | 0.37 | 0.78 | 0 | 0.07 | 271.48 | 0.83 | 0.57 |
| Hex | 95 | 35 | EC | 25 | 4E | 0 | 7 | 10F | 53 | 39 |
| Octal | 225 | 65 | 354 | 45 | 116 | 0 | 7 | 417 | 123 | 71 |
| Binary | 10010101 | 110101 | 11101100 | 100101 | 1001110 | 0 | 111 | 100001111 | 1010011 | 111001 |
Color Harmonies of #9535EC
Complementary color
Monochromatic Colors of #9535EC
Black with #9535EC
Text Example
Text Example
White with #9535EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9535EC; }
p { color: rgb(149,53,236); }
H1.HeaderClassName
{
color: #9535EC;
}
.AnyTagClassName
{
color: #9535EC;
}
</style>
background-color css
<style>
a { background-color: #9535EC; }
a { background-color: rgb(149,53,236); }
div.DivClassName
{
background-color: #9535EC;
}
.BgClassName
{
background-color: #9535EC;
}
</style>
border-color css
<style>
span { border-color: #9535EC; }
span { border-color: rgb(149,53,236); }
td.TdClassName
{
border-color: #9535EC;
}
.TagClassName
{
border-color: #9535EC;
}
</style>