Shades of Blue Violet #8335EC
Tints of Blue Violet #8335EC
RGB
CMYK
RGB Variations
Color information
#8335EC (or 0x8335EC) is known color: Blue Violet. HEX triplet: 83, 35 and EC. RGB value is (131,53,236). Sum of RGB (Red+Green+Blue) = 131+53+236=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #8335EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8335EC is #7CCA13. Grayscale: #606060. Windows color (decimal): -8178196 or 15480195. OLE color: 15480195.
HSL color Cylindrical-coordinate representation of color #8335EC: hue angle of 265.57º 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 #8335EC is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 53 | 236 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.07 |
| HSL | 265.57º | 0.83% | 0.57% | - |
| HSV(B) | 265.57º | 0.78% | 0.93% | - |
| XYZ | 25.77 | 13.43 | 80.59 | - |
| YUV | 97.18 | 206.34 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 53 | 236 | 0.44 | 0.78 | 0 | 0.07 | 265.57 | 0.83 | 0.57 |
| Hex | 83 | 35 | EC | 2C | 4E | 0 | 7 | 10A | 53 | 39 |
| Octal | 203 | 65 | 354 | 54 | 116 | 0 | 7 | 412 | 123 | 71 |
| Binary | 10000011 | 110101 | 11101100 | 101100 | 1001110 | 0 | 111 | 100001010 | 1010011 | 111001 |
Color Harmonies of #8335EC
Complementary color
Monochromatic Colors of #8335EC
Black with #8335EC
Text Example
Text Example
White with #8335EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8335EC; }
p { color: rgb(131,53,236); }
H1.HeaderClassName
{
color: #8335EC;
}
.AnyTagClassName
{
color: #8335EC;
}
</style>
background-color css
<style>
a { background-color: #8335EC; }
a { background-color: rgb(131,53,236); }
div.DivClassName
{
background-color: #8335EC;
}
.BgClassName
{
background-color: #8335EC;
}
</style>
border-color css
<style>
span { border-color: #8335EC; }
span { border-color: rgb(131,53,236); }
td.TdClassName
{
border-color: #8335EC;
}
.TagClassName
{
border-color: #8335EC;
}
</style>