Shades of Blue Violet #8518EA
Tints of Blue Violet #8518EA
RGB
CMYK
RGB Variations
Color information
#8518EA (or 0x8518EA) is known color: Blue Violet. HEX triplet: 85, 18 and EA. RGB value is (133,24,234). Sum of RGB (Red+Green+Blue) = 133+24+234=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #8518EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8518EA is #7AE715. Grayscale: #4F4F4F. Windows color (decimal): -8054550 or 15341701. OLE color: 15341701.
HSL color Cylindrical-coordinate representation of color #8518EA: hue angle of 271.14º degrees, saturation: 0.83, 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 #8518EA is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 24 | 234 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.08 |
| HSL | 271.14º | 0.83% | 0.51% | - |
| HSV(B) | 271.14º | 0.9% | 0.92% | - |
| XYZ | 24.85 | 11.58 | 78.77 | - |
| YUV | 80.53 | 214.61 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 234 | 0.43 | 0.90 | 0 | 0.08 | 271.14 | 0.83 | 0.51 |
| Hex | 85 | 18 | EA | 2B | 5A | 0 | 8 | 10F | 53 | 33 |
| Octal | 205 | 30 | 352 | 53 | 132 | 0 | 10 | 417 | 123 | 63 |
| Binary | 10000101 | 11000 | 11101010 | 101011 | 1011010 | 0 | 1000 | 100001111 | 1010011 | 110011 |
Color Harmonies of #8518EA
Complementary color
Monochromatic Colors of #8518EA
Black with #8518EA
Text Example
Text Example
White with #8518EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8518EA; }
p { color: rgb(133,24,234); }
H1.HeaderClassName
{
color: #8518EA;
}
.AnyTagClassName
{
color: #8518EA;
}
</style>
background-color css
<style>
a { background-color: #8518EA; }
a { background-color: rgb(133,24,234); }
div.DivClassName
{
background-color: #8518EA;
}
.BgClassName
{
background-color: #8518EA;
}
</style>
border-color css
<style>
span { border-color: #8518EA; }
span { border-color: rgb(133,24,234); }
td.TdClassName
{
border-color: #8518EA;
}
.TagClassName
{
border-color: #8518EA;
}
</style>