Shades of Blue Violet #8521FE
Tints of Blue Violet #8521FE
RGB
CMYK
RGB Variations
Color information
#8521FE (or 0x8521FE) is known color: Blue Violet. HEX triplet: 85, 21 and FE. RGB value is (133,33,254). Sum of RGB (Red+Green+Blue) = 133+33+254=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #8521FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8521FE is #7ADE01. Grayscale: #575757. Windows color (decimal): -8052226 or 16654725. OLE color: 16654725.
HSL color Cylindrical-coordinate representation of color #8521FE: hue angle of 267.15º 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 #8521FE is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 33 | 254 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.00 |
| HSL | 267.15º | 0.99% | 0.56% | - |
| HSV(B) | 267.15º | 0.87% | 1% | - |
| XYZ | 28.11 | 13.23 | 94.84 | - |
| YUV | 88.09 | 221.63 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 254 | 0.48 | 0.87 | 0 | 0.00 | 267.15 | 0.99 | 0.56 |
| Hex | 85 | 21 | FE | 30 | 57 | 0 | 0 | 10B | 63 | 38 |
| Octal | 205 | 41 | 376 | 60 | 127 | 0 | 0 | 413 | 143 | 70 |
| Binary | 10000101 | 100001 | 11111110 | 110000 | 1010111 | 0 | 0 | 100001011 | 1100011 | 111000 |
Color Harmonies of #8521FE
Complementary color
Monochromatic Colors of #8521FE
Black with #8521FE
Text Example
Text Example
White with #8521FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8521FE; }
p { color: rgb(133,33,254); }
H1.HeaderClassName
{
color: #8521FE;
}
.AnyTagClassName
{
color: #8521FE;
}
</style>
background-color css
<style>
a { background-color: #8521FE; }
a { background-color: rgb(133,33,254); }
div.DivClassName
{
background-color: #8521FE;
}
.BgClassName
{
background-color: #8521FE;
}
</style>
border-color css
<style>
span { border-color: #8521FE; }
span { border-color: rgb(133,33,254); }
td.TdClassName
{
border-color: #8521FE;
}
.TagClassName
{
border-color: #8521FE;
}
</style>