Shades of Blue Violet #830BEF
Tints of Blue Violet #830BEF
RGB
CMYK
RGB Variations
Color information
#830BEF (or 0x830BEF) is known color: Blue Violet. HEX triplet: 83, 0B and EF. RGB value is (131,11,239). Sum of RGB (Red+Green+Blue) = 131+11+239=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #830BEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830BEF is #7CF410. Grayscale: #484848. Windows color (decimal): -8188945 or 15666051. OLE color: 15666051.
HSL color Cylindrical-coordinate representation of color #830BEF: hue angle of 271.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BEF is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 11 | 239 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.06 |
| HSL | 271.58º | 0.91% | 0.49% | - |
| HSV(B) | 271.58º | 0.95% | 0.94% | - |
| XYZ | 25.06 | 11.3 | 82.52 | - |
| YUV | 72.87 | 221.76 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 239 | 0.45 | 0.95 | 0 | 0.06 | 271.58 | 0.91 | 0.49 |
| Hex | 83 | B | EF | 2D | 5F | 0 | 6 | 110 | 5B | 31 |
| Octal | 203 | 13 | 357 | 55 | 137 | 0 | 6 | 420 | 133 | 61 |
| Binary | 10000011 | 1011 | 11101111 | 101101 | 1011111 | 0 | 110 | 100010000 | 1011011 | 110001 |
Color Harmonies of #830BEF
Complementary color
Monochromatic Colors of #830BEF
Black with #830BEF
Text Example
Text Example
White with #830BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BEF; }
p { color: rgb(131,11,239); }
H1.HeaderClassName
{
color: #830BEF;
}
.AnyTagClassName
{
color: #830BEF;
}
</style>
background-color css
<style>
a { background-color: #830BEF; }
a { background-color: rgb(131,11,239); }
div.DivClassName
{
background-color: #830BEF;
}
.BgClassName
{
background-color: #830BEF;
}
</style>
border-color css
<style>
span { border-color: #830BEF; }
span { border-color: rgb(131,11,239); }
td.TdClassName
{
border-color: #830BEF;
}
.TagClassName
{
border-color: #830BEF;
}
</style>