Shades of Blue Violet #8319EE
Tints of Blue Violet #8319EE
RGB
CMYK
RGB Variations
Color information
#8319EE (or 0x8319EE) is known color: Blue Violet. HEX triplet: 83, 19 and EE. RGB value is (131,25,238). Sum of RGB (Red+Green+Blue) = 131+25+238=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #8319EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8319EE is #7CE611. Grayscale: #505050. Windows color (decimal): -8185362 or 15604099. OLE color: 15604099.
HSL color Cylindrical-coordinate representation of color #8319EE: hue angle of 269.86º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8319EE is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 25 | 238 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.07 |
| HSL | 269.86º | 0.86% | 0.52% | - |
| HSV(B) | 269.86º | 0.89% | 0.93% | - |
| XYZ | 25.14 | 11.69 | 81.82 | - |
| YUV | 80.98 | 216.62 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 238 | 0.45 | 0.89 | 0 | 0.07 | 269.86 | 0.86 | 0.52 |
| Hex | 83 | 19 | EE | 2D | 59 | 0 | 7 | 10E | 56 | 34 |
| Octal | 203 | 31 | 356 | 55 | 131 | 0 | 7 | 416 | 126 | 64 |
| Binary | 10000011 | 11001 | 11101110 | 101101 | 1011001 | 0 | 111 | 100001110 | 1010110 | 110100 |
Color Harmonies of #8319EE
Complementary color
Monochromatic Colors of #8319EE
Black with #8319EE
Text Example
Text Example
White with #8319EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8319EE; }
p { color: rgb(131,25,238); }
H1.HeaderClassName
{
color: #8319EE;
}
.AnyTagClassName
{
color: #8319EE;
}
</style>
background-color css
<style>
a { background-color: #8319EE; }
a { background-color: rgb(131,25,238); }
div.DivClassName
{
background-color: #8319EE;
}
.BgClassName
{
background-color: #8319EE;
}
</style>
border-color css
<style>
span { border-color: #8319EE; }
span { border-color: rgb(131,25,238); }
td.TdClassName
{
border-color: #8319EE;
}
.TagClassName
{
border-color: #8319EE;
}
</style>