Shades of Blue Violet #8316EF
Tints of Blue Violet #8316EF
RGB
CMYK
RGB Variations
Color information
#8316EF (or 0x8316EF) is known color: Blue Violet. HEX triplet: 83, 16 and EF. RGB value is (131,22,239). Sum of RGB (Red+Green+Blue) = 131+22+239=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #8316EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8316EF is #7CE910. Grayscale: #4E4E4E. Windows color (decimal): -8186129 or 15668867. OLE color: 15668867.
HSL color Cylindrical-coordinate representation of color #8316EF: hue angle of 270.14º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8316EF is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 22 | 239 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.06 |
| HSL | 270.14º | 0.87% | 0.51% | - |
| HSV(B) | 270.14º | 0.91% | 0.94% | - |
| XYZ | 25.23 | 11.63 | 82.58 | - |
| YUV | 79.33 | 218.11 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 22 | 239 | 0.45 | 0.91 | 0 | 0.06 | 270.14 | 0.87 | 0.51 |
| Hex | 83 | 16 | EF | 2D | 5B | 0 | 6 | 10E | 57 | 33 |
| Octal | 203 | 26 | 357 | 55 | 133 | 0 | 6 | 416 | 127 | 63 |
| Binary | 10000011 | 10110 | 11101111 | 101101 | 1011011 | 0 | 110 | 100001110 | 1010111 | 110011 |
Color Harmonies of #8316EF
Complementary color
Monochromatic Colors of #8316EF
Black with #8316EF
Text Example
Text Example
White with #8316EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8316EF; }
p { color: rgb(131,22,239); }
H1.HeaderClassName
{
color: #8316EF;
}
.AnyTagClassName
{
color: #8316EF;
}
</style>
background-color css
<style>
a { background-color: #8316EF; }
a { background-color: rgb(131,22,239); }
div.DivClassName
{
background-color: #8316EF;
}
.BgClassName
{
background-color: #8316EF;
}
</style>
border-color css
<style>
span { border-color: #8316EF; }
span { border-color: rgb(131,22,239); }
td.TdClassName
{
border-color: #8316EF;
}
.TagClassName
{
border-color: #8316EF;
}
</style>