Shades of Blue Violet #8518EB
Tints of Blue Violet #8518EB
RGB
CMYK
RGB Variations
Color information
#8518EB (or 0x8518EB) is known color: Blue Violet. HEX triplet: 85, 18 and EB. RGB value is (133,24,235). Sum of RGB (Red+Green+Blue) = 133+24+235=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #8518EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8518EB is #7AE714. Grayscale: #4F4F4F. Windows color (decimal): -8054549 or 15407237. OLE color: 15407237.
HSL color Cylindrical-coordinate representation of color #8518EB: hue angle of 271º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8518EB is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 24 | 235 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.08 |
| HSL | 271º | 0.84% | 0.51% | - |
| HSV(B) | 271º | 0.9% | 0.92% | - |
| XYZ | 24.99 | 11.64 | 79.53 | - |
| YUV | 80.65 | 215.11 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 235 | 0.43 | 0.90 | 0 | 0.08 | 271 | 0.84 | 0.51 |
| Hex | 85 | 18 | EB | 2B | 5A | 0 | 8 | 10F | 54 | 33 |
| Octal | 205 | 30 | 353 | 53 | 132 | 0 | 10 | 417 | 124 | 63 |
| Binary | 10000101 | 11000 | 11101011 | 101011 | 1011010 | 0 | 1000 | 100001111 | 1010100 | 110011 |
Color Harmonies of #8518EB
Complementary color
Monochromatic Colors of #8518EB
Black with #8518EB
Text Example
Text Example
White with #8518EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8518EB; }
p { color: rgb(133,24,235); }
H1.HeaderClassName
{
color: #8518EB;
}
.AnyTagClassName
{
color: #8518EB;
}
</style>
background-color css
<style>
a { background-color: #8518EB; }
a { background-color: rgb(133,24,235); }
div.DivClassName
{
background-color: #8518EB;
}
.BgClassName
{
background-color: #8518EB;
}
</style>
border-color css
<style>
span { border-color: #8518EB; }
span { border-color: rgb(133,24,235); }
td.TdClassName
{
border-color: #8518EB;
}
.TagClassName
{
border-color: #8518EB;
}
</style>