Shades of Blue Violet #8517EA
Tints of Blue Violet #8517EA
RGB
CMYK
RGB Variations
Color information
#8517EA (or 0x8517EA) is known color: Blue Violet. HEX triplet: 85, 17 and EA. RGB value is (133,23,234). Sum of RGB (Red+Green+Blue) = 133+23+234=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #8517EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8517EA is #7AE815. Grayscale: #4F4F4F. Windows color (decimal): -8054806 or 15341445. OLE color: 15341445.
HSL color Cylindrical-coordinate representation of color #8517EA: hue angle of 271.28º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8517EA is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 23 | 234 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.08 |
| HSL | 271.28º | 0.83% | 0.5% | - |
| HSV(B) | 271.28º | 0.9% | 0.92% | - |
| XYZ | 24.83 | 11.54 | 78.76 | - |
| YUV | 79.94 | 214.94 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 234 | 0.43 | 0.90 | 0 | 0.08 | 271.28 | 0.83 | 0.5 |
| Hex | 85 | 17 | EA | 2B | 5A | 0 | 8 | 10F | 53 | 32 |
| Octal | 205 | 27 | 352 | 53 | 132 | 0 | 10 | 417 | 123 | 62 |
| Binary | 10000101 | 10111 | 11101010 | 101011 | 1011010 | 0 | 1000 | 100001111 | 1010011 | 110010 |
Color Harmonies of #8517EA
Complementary color
Monochromatic Colors of #8517EA
Black with #8517EA
Text Example
Text Example
White with #8517EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8517EA; }
p { color: rgb(133,23,234); }
H1.HeaderClassName
{
color: #8517EA;
}
.AnyTagClassName
{
color: #8517EA;
}
</style>
background-color css
<style>
a { background-color: #8517EA; }
a { background-color: rgb(133,23,234); }
div.DivClassName
{
background-color: #8517EA;
}
.BgClassName
{
background-color: #8517EA;
}
</style>
border-color css
<style>
span { border-color: #8517EA; }
span { border-color: rgb(133,23,234); }
td.TdClassName
{
border-color: #8517EA;
}
.TagClassName
{
border-color: #8517EA;
}
</style>