Shades of Blue Violet #8518E4
Tints of Blue Violet #8518E4
RGB
CMYK
RGB Variations
Color information
#8518E4 (or 0x8518E4) is known color: Blue Violet. HEX triplet: 85, 18 and E4. RGB value is (133,24,228). Sum of RGB (Red+Green+Blue) = 133+24+228=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 228 (89.45% from 255 or 59.22% from 385); Max value from RGB is 228 - color contains mainly: blue. Hex color #8518E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8518E4 is #7AE71B. Grayscale: #4F4F4F. Windows color (decimal): -8054556 or 14948485. OLE color: 14948485.
HSL color Cylindrical-coordinate representation of color #8518E4: hue angle of 272.06º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8518E4 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 24 | 228 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.11 |
| HSL | 272.06º | 0.81% | 0.49% | - |
| HSV(B) | 272.06º | 0.89% | 0.89% | - |
| XYZ | 24 | 11.24 | 74.3 | - |
| YUV | 79.85 | 211.61 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 228 | 0.42 | 0.89 | 0 | 0.11 | 272.06 | 0.81 | 0.49 |
| Hex | 85 | 18 | E4 | 2A | 59 | 0 | B | 110 | 51 | 31 |
| Octal | 205 | 30 | 344 | 52 | 131 | 0 | 13 | 420 | 121 | 61 |
| Binary | 10000101 | 11000 | 11100100 | 101010 | 1011001 | 0 | 1011 | 100010000 | 1010001 | 110001 |
Color Harmonies of #8518E4
Complementary color
Monochromatic Colors of #8518E4
Black with #8518E4
Text Example
Text Example
White with #8518E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8518E4; }
p { color: rgb(133,24,228); }
H1.HeaderClassName
{
color: #8518E4;
}
.AnyTagClassName
{
color: #8518E4;
}
</style>
background-color css
<style>
a { background-color: #8518E4; }
a { background-color: rgb(133,24,228); }
div.DivClassName
{
background-color: #8518E4;
}
.BgClassName
{
background-color: #8518E4;
}
</style>
border-color css
<style>
span { border-color: #8518E4; }
span { border-color: rgb(133,24,228); }
td.TdClassName
{
border-color: #8518E4;
}
.TagClassName
{
border-color: #8518E4;
}
</style>