Shades of Blue Violet #8518FF
Tints of Blue Violet #8518FF
RGB
CMYK
RGB Variations
Color information
#8518FF (or 0x8518FF) is known color: Blue Violet. HEX triplet: 85, 18 and FF. RGB value is (133,24,255). Sum of RGB (Red+Green+Blue) = 133+24+255=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #8518FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8518FF is #7AE700. Grayscale: #525252. Windows color (decimal): -8054529 or 16717957. OLE color: 16717957.
HSL color Cylindrical-coordinate representation of color #8518FF: hue angle of 268.31º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8518FF is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 24 | 255 | - |
| CMYK | 0.48 | 0.91 | 0 | 0 |
| HSL | 268.31º | 1% | 0.55% | - |
| HSV(B) | 268.31º | 0.91% | 1% | - |
| XYZ | 28.05 | 12.86 | 95.61 | - |
| YUV | 82.93 | 225.11 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 255 | 0.48 | 0.91 | 0 | 0 | 268.31 | 1 | 0.55 |
| Hex | 85 | 18 | FF | 30 | 5B | 0 | 0 | 10C | 64 | 37 |
| Octal | 205 | 30 | 377 | 60 | 133 | 0 | 0 | 414 | 144 | 67 |
| Binary | 10000101 | 11000 | 11111111 | 110000 | 1011011 | 0 | 0 | 100001100 | 1100100 | 110111 |
Color Harmonies of #8518FF
Complementary color
Monochromatic Colors of #8518FF
Black with #8518FF
Text Example
Text Example
White with #8518FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8518FF; }
p { color: rgb(133,24,255); }
H1.HeaderClassName
{
color: #8518FF;
}
.AnyTagClassName
{
color: #8518FF;
}
</style>
background-color css
<style>
a { background-color: #8518FF; }
a { background-color: rgb(133,24,255); }
div.DivClassName
{
background-color: #8518FF;
}
.BgClassName
{
background-color: #8518FF;
}
</style>
border-color css
<style>
span { border-color: #8518FF; }
span { border-color: rgb(133,24,255); }
td.TdClassName
{
border-color: #8518FF;
}
.TagClassName
{
border-color: #8518FF;
}
</style>