Shades of Blue Violet #8517DB
Tints of Blue Violet #8517DB
RGB
CMYK
RGB Variations
Color information
#8517DB (or 0x8517DB) is known color: Blue Violet. HEX triplet: 85, 17 and DB. RGB value is (133,23,219). Sum of RGB (Red+Green+Blue) = 133+23+219=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #8517DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8517DB is #7AE824. Grayscale: #4D4D4D. Windows color (decimal): -8054821 or 14358405. OLE color: 14358405.
HSL color Cylindrical-coordinate representation of color #8517DB: hue angle of 273.67º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8517DB is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 23 | 219 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.14 |
| HSL | 273.67º | 0.81% | 0.47% | - |
| HSV(B) | 273.67º | 0.89% | 0.86% | - |
| XYZ | 22.77 | 10.71 | 67.89 | - |
| YUV | 78.23 | 207.44 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 219 | 0.39 | 0.89 | 0 | 0.14 | 273.67 | 0.81 | 0.47 |
| Hex | 85 | 17 | DB | 27 | 59 | 0 | E | 112 | 51 | 2F |
| Octal | 205 | 27 | 333 | 47 | 131 | 0 | 16 | 422 | 121 | 57 |
| Binary | 10000101 | 10111 | 11011011 | 100111 | 1011001 | 0 | 1110 | 100010010 | 1010001 | 101111 |
Color Harmonies of #8517DB
Complementary color
Monochromatic Colors of #8517DB
Black with #8517DB
Text Example
Text Example
White with #8517DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8517DB; }
p { color: rgb(133,23,219); }
H1.HeaderClassName
{
color: #8517DB;
}
.AnyTagClassName
{
color: #8517DB;
}
</style>
background-color css
<style>
a { background-color: #8517DB; }
a { background-color: rgb(133,23,219); }
div.DivClassName
{
background-color: #8517DB;
}
.BgClassName
{
background-color: #8517DB;
}
</style>
border-color css
<style>
span { border-color: #8517DB; }
span { border-color: rgb(133,23,219); }
td.TdClassName
{
border-color: #8517DB;
}
.TagClassName
{
border-color: #8517DB;
}
</style>