Shades of Blue Violet #8316EA
Tints of Blue Violet #8316EA
RGB
CMYK
RGB Variations
Color information
#8316EA (or 0x8316EA) is known color: Blue Violet. HEX triplet: 83, 16 and EA. RGB value is (131,22,234). Sum of RGB (Red+Green+Blue) = 131+22+234=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #8316EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8316EA is #7CE915. Grayscale: #4E4E4E. Windows color (decimal): -8186134 or 15341187. OLE color: 15341187.
HSL color Cylindrical-coordinate representation of color #8316EA: hue angle of 270.85º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8316EA is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 22 | 234 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.08 |
| HSL | 270.85º | 0.83% | 0.5% | - |
| HSV(B) | 270.85º | 0.91% | 0.92% | - |
| XYZ | 24.5 | 11.34 | 78.74 | - |
| YUV | 78.76 | 215.61 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 22 | 234 | 0.44 | 0.91 | 0 | 0.08 | 270.85 | 0.83 | 0.5 |
| Hex | 83 | 16 | EA | 2C | 5B | 0 | 8 | 10F | 53 | 32 |
| Octal | 203 | 26 | 352 | 54 | 133 | 0 | 10 | 417 | 123 | 62 |
| Binary | 10000011 | 10110 | 11101010 | 101100 | 1011011 | 0 | 1000 | 100001111 | 1010011 | 110010 |
Color Harmonies of #8316EA
Complementary color
Monochromatic Colors of #8316EA
Black with #8316EA
Text Example
Text Example
White with #8316EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8316EA; }
p { color: rgb(131,22,234); }
H1.HeaderClassName
{
color: #8316EA;
}
.AnyTagClassName
{
color: #8316EA;
}
</style>
background-color css
<style>
a { background-color: #8316EA; }
a { background-color: rgb(131,22,234); }
div.DivClassName
{
background-color: #8316EA;
}
.BgClassName
{
background-color: #8316EA;
}
</style>
border-color css
<style>
span { border-color: #8316EA; }
span { border-color: rgb(131,22,234); }
td.TdClassName
{
border-color: #8316EA;
}
.TagClassName
{
border-color: #8316EA;
}
</style>