Shades of Blue Violet #8528FE
Tints of Blue Violet #8528FE
RGB
CMYK
RGB Variations
Color information
#8528FE (or 0x8528FE) is known color: Blue Violet. HEX triplet: 85, 28 and FE. RGB value is (133,40,254). Sum of RGB (Red+Green+Blue) = 133+40+254=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #8528FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8528FE is #7AD701. Grayscale: #5B5B5B. Windows color (decimal): -8050434 or 16656517. OLE color: 16656517.
HSL color Cylindrical-coordinate representation of color #8528FE: hue angle of 266.07º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8528FE is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 40 | 254 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.00 |
| HSL | 266.07º | 0.99% | 0.58% | - |
| HSV(B) | 266.07º | 0.84% | 1% | - |
| XYZ | 28.32 | 13.66 | 94.91 | - |
| YUV | 92.2 | 219.31 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 254 | 0.48 | 0.84 | 0 | 0.00 | 266.07 | 0.99 | 0.58 |
| Hex | 85 | 28 | FE | 30 | 54 | 0 | 0 | 10A | 63 | 3A |
| Octal | 205 | 50 | 376 | 60 | 124 | 0 | 0 | 412 | 143 | 72 |
| Binary | 10000101 | 101000 | 11111110 | 110000 | 1010100 | 0 | 0 | 100001010 | 1100011 | 111010 |
Color Harmonies of #8528FE
Complementary color
Monochromatic Colors of #8528FE
Black with #8528FE
Text Example
Text Example
White with #8528FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8528FE; }
p { color: rgb(133,40,254); }
H1.HeaderClassName
{
color: #8528FE;
}
.AnyTagClassName
{
color: #8528FE;
}
</style>
background-color css
<style>
a { background-color: #8528FE; }
a { background-color: rgb(133,40,254); }
div.DivClassName
{
background-color: #8528FE;
}
.BgClassName
{
background-color: #8528FE;
}
</style>
border-color css
<style>
span { border-color: #8528FE; }
span { border-color: rgb(133,40,254); }
td.TdClassName
{
border-color: #8528FE;
}
.TagClassName
{
border-color: #8528FE;
}
</style>