Shades of Blue Violet #8316ED
Tints of Blue Violet #8316ED
RGB
CMYK
RGB Variations
Color information
#8316ED (or 0x8316ED) is known color: Blue Violet. HEX triplet: 83, 16 and ED. RGB value is (131,22,237). Sum of RGB (Red+Green+Blue) = 131+22+237=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #8316ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8316ED is #7CE912. Grayscale: #4E4E4E. Windows color (decimal): -8186131 or 15537795. OLE color: 15537795.
HSL color Cylindrical-coordinate representation of color #8316ED: hue angle of 270.42º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8316ED is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 22 | 237 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.07 |
| HSL | 270.42º | 0.86% | 0.51% | - |
| HSV(B) | 270.42º | 0.91% | 0.93% | - |
| XYZ | 24.93 | 11.51 | 81.03 | - |
| YUV | 79.1 | 217.11 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 22 | 237 | 0.45 | 0.91 | 0 | 0.07 | 270.42 | 0.86 | 0.51 |
| Hex | 83 | 16 | ED | 2D | 5B | 0 | 7 | 10E | 56 | 33 |
| Octal | 203 | 26 | 355 | 55 | 133 | 0 | 7 | 416 | 126 | 63 |
| Binary | 10000011 | 10110 | 11101101 | 101101 | 1011011 | 0 | 111 | 100001110 | 1010110 | 110011 |
Color Harmonies of #8316ED
Complementary color
Monochromatic Colors of #8316ED
Black with #8316ED
Text Example
Text Example
White with #8316ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8316ED; }
p { color: rgb(131,22,237); }
H1.HeaderClassName
{
color: #8316ED;
}
.AnyTagClassName
{
color: #8316ED;
}
</style>
background-color css
<style>
a { background-color: #8316ED; }
a { background-color: rgb(131,22,237); }
div.DivClassName
{
background-color: #8316ED;
}
.BgClassName
{
background-color: #8316ED;
}
</style>
border-color css
<style>
span { border-color: #8316ED; }
span { border-color: rgb(131,22,237); }
td.TdClassName
{
border-color: #8316ED;
}
.TagClassName
{
border-color: #8316ED;
}
</style>