Shades of Blue Violet #8517ED
Tints of Blue Violet #8517ED
RGB
CMYK
RGB Variations
Color information
#8517ED (or 0x8517ED) is known color: Blue Violet. HEX triplet: 85, 17 and ED. RGB value is (133,23,237). Sum of RGB (Red+Green+Blue) = 133+23+237=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #8517ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8517ED is #7AE812. Grayscale: #4F4F4F. Windows color (decimal): -8054803 or 15538053. OLE color: 15538053.
HSL color Cylindrical-coordinate representation of color #8517ED: hue angle of 270.84º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8517ED is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 23 | 237 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.07 |
| HSL | 270.84º | 0.86% | 0.51% | - |
| HSV(B) | 270.84º | 0.9% | 0.93% | - |
| XYZ | 25.27 | 11.71 | 81.05 | - |
| YUV | 80.29 | 216.44 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 237 | 0.44 | 0.90 | 0 | 0.07 | 270.84 | 0.86 | 0.51 |
| Hex | 85 | 17 | ED | 2C | 5A | 0 | 7 | 10F | 56 | 33 |
| Octal | 205 | 27 | 355 | 54 | 132 | 0 | 7 | 417 | 126 | 63 |
| Binary | 10000101 | 10111 | 11101101 | 101100 | 1011010 | 0 | 111 | 100001111 | 1010110 | 110011 |
Color Harmonies of #8517ED
Complementary color
Monochromatic Colors of #8517ED
Black with #8517ED
Text Example
Text Example
White with #8517ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8517ED; }
p { color: rgb(133,23,237); }
H1.HeaderClassName
{
color: #8517ED;
}
.AnyTagClassName
{
color: #8517ED;
}
</style>
background-color css
<style>
a { background-color: #8517ED; }
a { background-color: rgb(133,23,237); }
div.DivClassName
{
background-color: #8517ED;
}
.BgClassName
{
background-color: #8517ED;
}
</style>
border-color css
<style>
span { border-color: #8517ED; }
span { border-color: rgb(133,23,237); }
td.TdClassName
{
border-color: #8517ED;
}
.TagClassName
{
border-color: #8517ED;
}
</style>