Shades of Blue Violet #8518FE
Tints of Blue Violet #8518FE
RGB
CMYK
RGB Variations
Color information
#8518FE (or 0x8518FE) is known color: Blue Violet. HEX triplet: 85, 18 and FE. RGB value is (133,24,254). Sum of RGB (Red+Green+Blue) = 133+24+254=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #8518FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8518FE is #7AE701. Grayscale: #525252. Windows color (decimal): -8054530 or 16652421. OLE color: 16652421.
HSL color Cylindrical-coordinate representation of color #8518FE: hue angle of 268.43º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8518FE is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 24 | 254 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.00 |
| HSL | 268.43º | 0.99% | 0.55% | - |
| HSV(B) | 268.43º | 0.91% | 1% | - |
| XYZ | 27.89 | 12.8 | 94.77 | - |
| YUV | 82.81 | 224.61 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 254 | 0.48 | 0.91 | 0 | 0.00 | 268.43 | 0.99 | 0.55 |
| Hex | 85 | 18 | FE | 30 | 5B | 0 | 0 | 10C | 63 | 37 |
| Octal | 205 | 30 | 376 | 60 | 133 | 0 | 0 | 414 | 143 | 67 |
| Binary | 10000101 | 11000 | 11111110 | 110000 | 1011011 | 0 | 0 | 100001100 | 1100011 | 110111 |
Color Harmonies of #8518FE
Complementary color
Monochromatic Colors of #8518FE
Black with #8518FE
Text Example
Text Example
White with #8518FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8518FE; }
p { color: rgb(133,24,254); }
H1.HeaderClassName
{
color: #8518FE;
}
.AnyTagClassName
{
color: #8518FE;
}
</style>
background-color css
<style>
a { background-color: #8518FE; }
a { background-color: rgb(133,24,254); }
div.DivClassName
{
background-color: #8518FE;
}
.BgClassName
{
background-color: #8518FE;
}
</style>
border-color css
<style>
span { border-color: #8518FE; }
span { border-color: rgb(133,24,254); }
td.TdClassName
{
border-color: #8518FE;
}
.TagClassName
{
border-color: #8518FE;
}
</style>