Shades of Blue Violet #8235EC
Tints of Blue Violet #8235EC
RGB
CMYK
RGB Variations
Color information
#8235EC (or 0x8235EC) is known color: Blue Violet. HEX triplet: 82, 35 and EC. RGB value is (130,53,236). Sum of RGB (Red+Green+Blue) = 130+53+236=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #8235EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8235EC is #7DCA13. Grayscale: #606060. Windows color (decimal): -8243732 or 15480194. OLE color: 15480194.
HSL color Cylindrical-coordinate representation of color #8235EC: hue angle of 265.25º 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 #8235EC is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 53 | 236 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.07 |
| HSL | 265.25º | 0.83% | 0.57% | - |
| HSV(B) | 265.25º | 0.78% | 0.93% | - |
| XYZ | 25.62 | 13.35 | 80.58 | - |
| YUV | 96.89 | 206.51 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 236 | 0.45 | 0.78 | 0 | 0.07 | 265.25 | 0.83 | 0.57 |
| Hex | 82 | 35 | EC | 2D | 4E | 0 | 7 | 109 | 53 | 39 |
| Octal | 202 | 65 | 354 | 55 | 116 | 0 | 7 | 411 | 123 | 71 |
| Binary | 10000010 | 110101 | 11101100 | 101101 | 1001110 | 0 | 111 | 100001001 | 1010011 | 111001 |
Color Harmonies of #8235EC
Complementary color
Monochromatic Colors of #8235EC
Black with #8235EC
Text Example
Text Example
White with #8235EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8235EC; }
p { color: rgb(130,53,236); }
H1.HeaderClassName
{
color: #8235EC;
}
.AnyTagClassName
{
color: #8235EC;
}
</style>
background-color css
<style>
a { background-color: #8235EC; }
a { background-color: rgb(130,53,236); }
div.DivClassName
{
background-color: #8235EC;
}
.BgClassName
{
background-color: #8235EC;
}
</style>
border-color css
<style>
span { border-color: #8235EC; }
span { border-color: rgb(130,53,236); }
td.TdClassName
{
border-color: #8235EC;
}
.TagClassName
{
border-color: #8235EC;
}
</style>