Shades of Blue Violet #9C35EC
Tints of Blue Violet #9C35EC
RGB
CMYK
RGB Variations
Color information
#9C35EC (or 0x9C35EC) is known color: Blue Violet. HEX triplet: 9C, 35 and EC. RGB value is (156,53,236). Sum of RGB (Red+Green+Blue) = 156+53+236=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C35EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C35EC is #63CA13. Grayscale: #686868. Windows color (decimal): -6539796 or 15480220. OLE color: 15480220.
HSL color Cylindrical-coordinate representation of color #9C35EC: hue angle of 273.77º 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 #9C35EC is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 53 | 236 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.07 |
| HSL | 273.77º | 0.83% | 0.57% | - |
| HSV(B) | 273.77º | 0.78% | 0.93% | - |
| XYZ | 30.12 | 15.67 | 80.79 | - |
| YUV | 104.66 | 202.12 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 236 | 0.34 | 0.78 | 0 | 0.07 | 273.77 | 0.83 | 0.57 |
| Hex | 9C | 35 | EC | 22 | 4E | 0 | 7 | 112 | 53 | 39 |
| Octal | 234 | 65 | 354 | 42 | 116 | 0 | 7 | 422 | 123 | 71 |
| Binary | 10011100 | 110101 | 11101100 | 100010 | 1001110 | 0 | 111 | 100010010 | 1010011 | 111001 |
Color Harmonies of #9C35EC
Complementary color
Monochromatic Colors of #9C35EC
Black with #9C35EC
Text Example
Text Example
White with #9C35EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C35EC; }
p { color: rgb(156,53,236); }
H1.HeaderClassName
{
color: #9C35EC;
}
.AnyTagClassName
{
color: #9C35EC;
}
</style>
background-color css
<style>
a { background-color: #9C35EC; }
a { background-color: rgb(156,53,236); }
div.DivClassName
{
background-color: #9C35EC;
}
.BgClassName
{
background-color: #9C35EC;
}
</style>
border-color css
<style>
span { border-color: #9C35EC; }
span { border-color: rgb(156,53,236); }
td.TdClassName
{
border-color: #9C35EC;
}
.TagClassName
{
border-color: #9C35EC;
}
</style>