Shades of Blue Violet #8321EA
Tints of Blue Violet #8321EA
RGB
CMYK
RGB Variations
Color information
#8321EA (or 0x8321EA) is known color: Blue Violet. HEX triplet: 83, 21 and EA. RGB value is (131,33,234). Sum of RGB (Red+Green+Blue) = 131+33+234=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #8321EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8321EA is #7CDE15. Grayscale: #545454. Windows color (decimal): -8183318 or 15344003. OLE color: 15344003.
HSL color Cylindrical-coordinate representation of color #8321EA: hue angle of 269.25º degrees, saturation: 0.83, 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 #8321EA is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 33 | 234 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.08 |
| HSL | 269.25º | 0.83% | 0.52% | - |
| HSV(B) | 269.25º | 0.86% | 0.92% | - |
| XYZ | 24.76 | 11.85 | 78.83 | - |
| YUV | 85.22 | 211.97 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 234 | 0.44 | 0.86 | 0 | 0.08 | 269.25 | 0.83 | 0.52 |
| Hex | 83 | 21 | EA | 2C | 56 | 0 | 8 | 10D | 53 | 34 |
| Octal | 203 | 41 | 352 | 54 | 126 | 0 | 10 | 415 | 123 | 64 |
| Binary | 10000011 | 100001 | 11101010 | 101100 | 1010110 | 0 | 1000 | 100001101 | 1010011 | 110100 |
Color Harmonies of #8321EA
Complementary color
Monochromatic Colors of #8321EA
Black with #8321EA
Text Example
Text Example
White with #8321EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8321EA; }
p { color: rgb(131,33,234); }
H1.HeaderClassName
{
color: #8321EA;
}
.AnyTagClassName
{
color: #8321EA;
}
</style>
background-color css
<style>
a { background-color: #8321EA; }
a { background-color: rgb(131,33,234); }
div.DivClassName
{
background-color: #8321EA;
}
.BgClassName
{
background-color: #8321EA;
}
</style>
border-color css
<style>
span { border-color: #8321EA; }
span { border-color: rgb(131,33,234); }
td.TdClassName
{
border-color: #8321EA;
}
.TagClassName
{
border-color: #8321EA;
}
</style>