Shades of Blue Violet #830EEC
Tints of Blue Violet #830EEC
RGB
CMYK
RGB Variations
Color information
#830EEC (or 0x830EEC) is known color: Blue Violet. HEX triplet: 83, 0E and EC. RGB value is (131,14,236). Sum of RGB (Red+Green+Blue) = 131+14+236=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #830EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830EEC is #7CF113. Grayscale: #494949. Windows color (decimal): -8188180 or 15470211. OLE color: 15470211.
HSL color Cylindrical-coordinate representation of color #830EEC: hue angle of 271.62º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EEC is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 14 | 236 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.07 |
| HSL | 271.62º | 0.89% | 0.49% | - |
| HSV(B) | 271.62º | 0.94% | 0.93% | - |
| XYZ | 24.66 | 11.2 | 80.22 | - |
| YUV | 74.29 | 219.26 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 236 | 0.44 | 0.94 | 0 | 0.07 | 271.62 | 0.89 | 0.49 |
| Hex | 83 | E | EC | 2C | 5E | 0 | 7 | 110 | 59 | 31 |
| Octal | 203 | 16 | 354 | 54 | 136 | 0 | 7 | 420 | 131 | 61 |
| Binary | 10000011 | 1110 | 11101100 | 101100 | 1011110 | 0 | 111 | 100010000 | 1011001 | 110001 |
Color Harmonies of #830EEC
Complementary color
Monochromatic Colors of #830EEC
Black with #830EEC
Text Example
Text Example
White with #830EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EEC; }
p { color: rgb(131,14,236); }
H1.HeaderClassName
{
color: #830EEC;
}
.AnyTagClassName
{
color: #830EEC;
}
</style>
background-color css
<style>
a { background-color: #830EEC; }
a { background-color: rgb(131,14,236); }
div.DivClassName
{
background-color: #830EEC;
}
.BgClassName
{
background-color: #830EEC;
}
</style>
border-color css
<style>
span { border-color: #830EEC; }
span { border-color: rgb(131,14,236); }
td.TdClassName
{
border-color: #830EEC;
}
.TagClassName
{
border-color: #830EEC;
}
</style>