Shades of Blue Violet #830EEF
Tints of Blue Violet #830EEF
RGB
CMYK
RGB Variations
Color information
#830EEF (or 0x830EEF) is known color: Blue Violet. HEX triplet: 83, 0E and EF. RGB value is (131,14,239). Sum of RGB (Red+Green+Blue) = 131+14+239=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #830EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830EEF is #7CF110. Grayscale: #494949. Windows color (decimal): -8188177 or 15666819. OLE color: 15666819.
HSL color Cylindrical-coordinate representation of color #830EEF: hue angle of 271.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EEF is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 14 | 239 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.06 |
| HSL | 271.2º | 0.89% | 0.5% | - |
| HSV(B) | 271.2º | 0.94% | 0.94% | - |
| XYZ | 25.1 | 11.37 | 82.53 | - |
| YUV | 74.63 | 220.76 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 239 | 0.45 | 0.94 | 0 | 0.06 | 271.2 | 0.89 | 0.5 |
| Hex | 83 | E | EF | 2D | 5E | 0 | 6 | 10F | 59 | 32 |
| Octal | 203 | 16 | 357 | 55 | 136 | 0 | 6 | 417 | 131 | 62 |
| Binary | 10000011 | 1110 | 11101111 | 101101 | 1011110 | 0 | 110 | 100001111 | 1011001 | 110010 |
Color Harmonies of #830EEF
Complementary color
Monochromatic Colors of #830EEF
Black with #830EEF
Text Example
Text Example
White with #830EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EEF; }
p { color: rgb(131,14,239); }
H1.HeaderClassName
{
color: #830EEF;
}
.AnyTagClassName
{
color: #830EEF;
}
</style>
background-color css
<style>
a { background-color: #830EEF; }
a { background-color: rgb(131,14,239); }
div.DivClassName
{
background-color: #830EEF;
}
.BgClassName
{
background-color: #830EEF;
}
</style>
border-color css
<style>
span { border-color: #830EEF; }
span { border-color: rgb(131,14,239); }
td.TdClassName
{
border-color: #830EEF;
}
.TagClassName
{
border-color: #830EEF;
}
</style>