Shades of Blue Violet #8517CF
Tints of Blue Violet #8517CF
RGB
CMYK
RGB Variations
Color information
#8517CF (or 0x8517CF) is known color: Blue Violet. HEX triplet: 85, 17 and CF. RGB value is (133,23,207). Sum of RGB (Red+Green+Blue) = 133+23+207=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #8517CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8517CF is #7AE830. Grayscale: #4C4C4C. Windows color (decimal): -8054833 or 13571973. OLE color: 13571973.
HSL color Cylindrical-coordinate representation of color #8517CF: hue angle of 275.87º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8517CF is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 23 | 207 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.19 |
| HSL | 275.87º | 0.8% | 0.45% | - |
| HSV(B) | 275.87º | 0.89% | 0.81% | - |
| XYZ | 21.24 | 10.1 | 59.86 | - |
| YUV | 76.87 | 201.44 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 207 | 0.36 | 0.89 | 0 | 0.19 | 275.87 | 0.8 | 0.45 |
| Hex | 85 | 17 | CF | 24 | 59 | 0 | 13 | 114 | 50 | 2D |
| Octal | 205 | 27 | 317 | 44 | 131 | 0 | 23 | 424 | 120 | 55 |
| Binary | 10000101 | 10111 | 11001111 | 100100 | 1011001 | 0 | 10011 | 100010100 | 1010000 | 101101 |
Color Harmonies of #8517CF
Complementary color
Monochromatic Colors of #8517CF
Black with #8517CF
Text Example
Text Example
White with #8517CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8517CF; }
p { color: rgb(133,23,207); }
H1.HeaderClassName
{
color: #8517CF;
}
.AnyTagClassName
{
color: #8517CF;
}
</style>
background-color css
<style>
a { background-color: #8517CF; }
a { background-color: rgb(133,23,207); }
div.DivClassName
{
background-color: #8517CF;
}
.BgClassName
{
background-color: #8517CF;
}
</style>
border-color css
<style>
span { border-color: #8517CF; }
span { border-color: rgb(133,23,207); }
td.TdClassName
{
border-color: #8517CF;
}
.TagClassName
{
border-color: #8517CF;
}
</style>