Shades of Blue Violet #8517DF
Tints of Blue Violet #8517DF
RGB
CMYK
RGB Variations
Color information
#8517DF (or 0x8517DF) is known color: Blue Violet. HEX triplet: 85, 17 and DF. RGB value is (133,23,223). Sum of RGB (Red+Green+Blue) = 133+23+223=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #8517DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8517DF is #7AE820. Grayscale: #4E4E4E. Windows color (decimal): -8054817 or 14620549. OLE color: 14620549.
HSL color Cylindrical-coordinate representation of color #8517DF: hue angle of 273º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8517DF is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 23 | 223 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.13 |
| HSL | 273º | 0.81% | 0.48% | - |
| HSV(B) | 273º | 0.9% | 0.87% | - |
| XYZ | 23.3 | 10.93 | 70.69 | - |
| YUV | 78.69 | 209.44 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 223 | 0.40 | 0.90 | 0 | 0.13 | 273 | 0.81 | 0.48 |
| Hex | 85 | 17 | DF | 28 | 5A | 0 | D | 111 | 51 | 30 |
| Octal | 205 | 27 | 337 | 50 | 132 | 0 | 15 | 421 | 121 | 60 |
| Binary | 10000101 | 10111 | 11011111 | 101000 | 1011010 | 0 | 1101 | 100010001 | 1010001 | 110000 |
Color Harmonies of #8517DF
Complementary color
Monochromatic Colors of #8517DF
Black with #8517DF
Text Example
Text Example
White with #8517DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8517DF; }
p { color: rgb(133,23,223); }
H1.HeaderClassName
{
color: #8517DF;
}
.AnyTagClassName
{
color: #8517DF;
}
</style>
background-color css
<style>
a { background-color: #8517DF; }
a { background-color: rgb(133,23,223); }
div.DivClassName
{
background-color: #8517DF;
}
.BgClassName
{
background-color: #8517DF;
}
</style>
border-color css
<style>
span { border-color: #8517DF; }
span { border-color: rgb(133,23,223); }
td.TdClassName
{
border-color: #8517DF;
}
.TagClassName
{
border-color: #8517DF;
}
</style>