Shades of Blue Violet #8320EB
Tints of Blue Violet #8320EB
RGB
CMYK
RGB Variations
Color information
#8320EB (or 0x8320EB) is known color: Blue Violet. HEX triplet: 83, 20 and EB. RGB value is (131,32,235). Sum of RGB (Red+Green+Blue) = 131+32+235=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #8320EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8320EB is #7CDF14. Grayscale: #545454. Windows color (decimal): -8183573 or 15409283. OLE color: 15409283.
HSL color Cylindrical-coordinate representation of color #8320EB: hue angle of 269.26º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8320EB is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 32 | 235 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.08 |
| HSL | 269.26º | 0.84% | 0.52% | - |
| HSV(B) | 269.26º | 0.86% | 0.92% | - |
| XYZ | 24.87 | 11.86 | 79.57 | - |
| YUV | 84.74 | 212.8 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 235 | 0.44 | 0.86 | 0 | 0.08 | 269.26 | 0.84 | 0.52 |
| Hex | 83 | 20 | EB | 2C | 56 | 0 | 8 | 10D | 54 | 34 |
| Octal | 203 | 40 | 353 | 54 | 126 | 0 | 10 | 415 | 124 | 64 |
| Binary | 10000011 | 100000 | 11101011 | 101100 | 1010110 | 0 | 1000 | 100001101 | 1010100 | 110100 |
Color Harmonies of #8320EB
Complementary color
Monochromatic Colors of #8320EB
Black with #8320EB
Text Example
Text Example
White with #8320EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8320EB; }
p { color: rgb(131,32,235); }
H1.HeaderClassName
{
color: #8320EB;
}
.AnyTagClassName
{
color: #8320EB;
}
</style>
background-color css
<style>
a { background-color: #8320EB; }
a { background-color: rgb(131,32,235); }
div.DivClassName
{
background-color: #8320EB;
}
.BgClassName
{
background-color: #8320EB;
}
</style>
border-color css
<style>
span { border-color: #8320EB; }
span { border-color: rgb(131,32,235); }
td.TdClassName
{
border-color: #8320EB;
}
.TagClassName
{
border-color: #8320EB;
}
</style>