Shades of Blue Violet #8321FE
Tints of Blue Violet #8321FE
RGB
CMYK
RGB Variations
Color information
#8321FE (or 0x8321FE) is known color: Blue Violet. HEX triplet: 83, 21 and FE. RGB value is (131,33,254). Sum of RGB (Red+Green+Blue) = 131+33+254=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #8321FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8321FE is #7CDE01. Grayscale: #565656. Windows color (decimal): -8183298 or 16654723. OLE color: 16654723.
HSL color Cylindrical-coordinate representation of color #8321FE: hue angle of 266.61º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8321FE is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 33 | 254 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.00 |
| HSL | 266.61º | 0.99% | 0.56% | - |
| HSV(B) | 266.61º | 0.87% | 1% | - |
| XYZ | 27.79 | 13.07 | 94.82 | - |
| YUV | 87.5 | 221.97 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 254 | 0.48 | 0.87 | 0 | 0.00 | 266.61 | 0.99 | 0.56 |
| Hex | 83 | 21 | FE | 30 | 57 | 0 | 0 | 10B | 63 | 38 |
| Octal | 203 | 41 | 376 | 60 | 127 | 0 | 0 | 413 | 143 | 70 |
| Binary | 10000011 | 100001 | 11111110 | 110000 | 1010111 | 0 | 0 | 100001011 | 1100011 | 111000 |
Color Harmonies of #8321FE
Complementary color
Monochromatic Colors of #8321FE
Black with #8321FE
Text Example
Text Example
White with #8321FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8321FE; }
p { color: rgb(131,33,254); }
H1.HeaderClassName
{
color: #8321FE;
}
.AnyTagClassName
{
color: #8321FE;
}
</style>
background-color css
<style>
a { background-color: #8321FE; }
a { background-color: rgb(131,33,254); }
div.DivClassName
{
background-color: #8321FE;
}
.BgClassName
{
background-color: #8321FE;
}
</style>
border-color css
<style>
span { border-color: #8321FE; }
span { border-color: rgb(131,33,254); }
td.TdClassName
{
border-color: #8321FE;
}
.TagClassName
{
border-color: #8321FE;
}
</style>