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