Shades of Dark Violet #8517BE
Tints of Dark Violet #8517BE
RGB
CMYK
RGB Variations
Color information
#8517BE (or 0x8517BE) is known color: Dark Violet. HEX triplet: 85, 17 and BE. RGB value is (133,23,190). Sum of RGB (Red+Green+Blue) = 133+23+190=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #8517BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8517BE is #7AE841. Grayscale: #4A4A4A. Windows color (decimal): -8054850 or 12457861. OLE color: 12457861.
HSL color Cylindrical-coordinate representation of color #8517BE: hue angle of 279.52º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8517BE is Cyan = 0.3, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 23 | 190 | - |
| CMYK | 0.3 | 0.88 | 0 | 0.25 |
| HSL | 279.52º | 0.78% | 0.42% | - |
| HSV(B) | 279.52º | 0.88% | 0.75% | - |
| XYZ | 19.27 | 9.32 | 49.5 | - |
| YUV | 74.93 | 192.94 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 190 | 0.3 | 0.88 | 0 | 0.25 | 279.52 | 0.78 | 0.42 |
| Hex | 85 | 17 | BE | 1E | 58 | 0 | 19 | 118 | 4E | 2A |
| Octal | 205 | 27 | 276 | 36 | 130 | 0 | 31 | 430 | 116 | 52 |
| Binary | 10000101 | 10111 | 10111110 | 11110 | 1011000 | 0 | 11001 | 100011000 | 1001110 | 101010 |
Color Harmonies of #8517BE
Complementary color
Monochromatic Colors of #8517BE
Black with #8517BE
Text Example
Text Example
White with #8517BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8517BE; }
p { color: rgb(133,23,190); }
H1.HeaderClassName
{
color: #8517BE;
}
.AnyTagClassName
{
color: #8517BE;
}
</style>
background-color css
<style>
a { background-color: #8517BE; }
a { background-color: rgb(133,23,190); }
div.DivClassName
{
background-color: #8517BE;
}
.BgClassName
{
background-color: #8517BE;
}
</style>
border-color css
<style>
span { border-color: #8517BE; }
span { border-color: rgb(133,23,190); }
td.TdClassName
{
border-color: #8517BE;
}
.TagClassName
{
border-color: #8517BE;
}
</style>