Shades of Dark Violet #8C17BE
Tints of Dark Violet #8C17BE
RGB
CMYK
RGB Variations
Color information
#8C17BE (or 0x8C17BE) is known color: Dark Violet. HEX triplet: 8C, 17 and BE. RGB value is (140,23,190). Sum of RGB (Red+Green+Blue) = 140+23+190=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C17BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C17BE is #73E841. Grayscale: #4C4C4C. Windows color (decimal): -7596098 or 12457868. OLE color: 12457868.
HSL color Cylindrical-coordinate representation of color #8C17BE: hue angle of 282.04º 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 #8C17BE is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 23 | 190 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.25 |
| HSL | 282.04º | 0.78% | 0.42% | - |
| HSV(B) | 282.04º | 0.88% | 0.75% | - |
| XYZ | 20.42 | 9.91 | 49.55 | - |
| YUV | 77.02 | 191.76 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 190 | 0.26 | 0.88 | 0 | 0.25 | 282.04 | 0.78 | 0.42 |
| Hex | 8C | 17 | BE | 1A | 58 | 0 | 19 | 11A | 4E | 2A |
| Octal | 214 | 27 | 276 | 32 | 130 | 0 | 31 | 432 | 116 | 52 |
| Binary | 10001100 | 10111 | 10111110 | 11010 | 1011000 | 0 | 11001 | 100011010 | 1001110 | 101010 |
Color Harmonies of #8C17BE
Complementary color
Monochromatic Colors of #8C17BE
Black with #8C17BE
Text Example
Text Example
White with #8C17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C17BE; }
p { color: rgb(140,23,190); }
H1.HeaderClassName
{
color: #8C17BE;
}
.AnyTagClassName
{
color: #8C17BE;
}
</style>
background-color css
<style>
a { background-color: #8C17BE; }
a { background-color: rgb(140,23,190); }
div.DivClassName
{
background-color: #8C17BE;
}
.BgClassName
{
background-color: #8C17BE;
}
</style>
border-color css
<style>
span { border-color: #8C17BE; }
span { border-color: rgb(140,23,190); }
td.TdClassName
{
border-color: #8C17BE;
}
.TagClassName
{
border-color: #8C17BE;
}
</style>