Shades of Dark Violet #8517BC
Tints of Dark Violet #8517BC
RGB
CMYK
RGB Variations
Color information
#8517BC (or 0x8517BC) is known color: Dark Violet. HEX triplet: 85, 17 and BC. RGB value is (133,23,188). Sum of RGB (Red+Green+Blue) = 133+23+188=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #8517BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8517BC is #7AE843. Grayscale: #4A4A4A. Windows color (decimal): -8054852 or 12326789. OLE color: 12326789.
HSL color Cylindrical-coordinate representation of color #8517BC: hue angle of 280º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8517BC is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 23 | 188 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.26 |
| HSL | 280º | 0.78% | 0.41% | - |
| HSV(B) | 280º | 0.88% | 0.74% | - |
| XYZ | 19.06 | 9.23 | 48.35 | - |
| YUV | 74.7 | 191.94 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 188 | 0.29 | 0.88 | 0 | 0.26 | 280 | 0.78 | 0.41 |
| Hex | 85 | 17 | BC | 1D | 58 | 0 | 1A | 118 | 4E | 29 |
| Octal | 205 | 27 | 274 | 35 | 130 | 0 | 32 | 430 | 116 | 51 |
| Binary | 10000101 | 10111 | 10111100 | 11101 | 1011000 | 0 | 11010 | 100011000 | 1001110 | 101001 |
Color Harmonies of #8517BC
Complementary color
Monochromatic Colors of #8517BC
Black with #8517BC
Text Example
Text Example
White with #8517BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8517BC; }
p { color: rgb(133,23,188); }
H1.HeaderClassName
{
color: #8517BC;
}
.AnyTagClassName
{
color: #8517BC;
}
</style>
background-color css
<style>
a { background-color: #8517BC; }
a { background-color: rgb(133,23,188); }
div.DivClassName
{
background-color: #8517BC;
}
.BgClassName
{
background-color: #8517BC;
}
</style>
border-color css
<style>
span { border-color: #8517BC; }
span { border-color: rgb(133,23,188); }
td.TdClassName
{
border-color: #8517BC;
}
.TagClassName
{
border-color: #8517BC;
}
</style>