Shades of Dark Violet #8C16BE
Tints of Dark Violet #8C16BE
RGB
CMYK
RGB Variations
Color information
#8C16BE (or 0x8C16BE) is known color: Dark Violet. HEX triplet: 8C, 16 and BE. RGB value is (140,22,190). Sum of RGB (Red+Green+Blue) = 140+22+190=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C16BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C16BE is #73E941. Grayscale: #4B4B4B. Windows color (decimal): -7596354 or 12457612. OLE color: 12457612.
HSL color Cylindrical-coordinate representation of color #8C16BE: hue angle of 282.14º degrees, saturation: 0.79, 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 #8C16BE is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 22 | 190 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.25 |
| HSL | 282.14º | 0.79% | 0.42% | - |
| HSV(B) | 282.14º | 0.88% | 0.75% | - |
| XYZ | 20.4 | 9.87 | 49.54 | - |
| YUV | 76.43 | 192.09 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 190 | 0.26 | 0.88 | 0 | 0.25 | 282.14 | 0.79 | 0.42 |
| Hex | 8C | 16 | BE | 1A | 58 | 0 | 19 | 11A | 4F | 2A |
| Octal | 214 | 26 | 276 | 32 | 130 | 0 | 31 | 432 | 117 | 52 |
| Binary | 10001100 | 10110 | 10111110 | 11010 | 1011000 | 0 | 11001 | 100011010 | 1001111 | 101010 |
Color Harmonies of #8C16BE
Complementary color
Monochromatic Colors of #8C16BE
Black with #8C16BE
Text Example
Text Example
White with #8C16BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C16BE; }
p { color: rgb(140,22,190); }
H1.HeaderClassName
{
color: #8C16BE;
}
.AnyTagClassName
{
color: #8C16BE;
}
</style>
background-color css
<style>
a { background-color: #8C16BE; }
a { background-color: rgb(140,22,190); }
div.DivClassName
{
background-color: #8C16BE;
}
.BgClassName
{
background-color: #8C16BE;
}
</style>
border-color css
<style>
span { border-color: #8C16BE; }
span { border-color: rgb(140,22,190); }
td.TdClassName
{
border-color: #8C16BE;
}
.TagClassName
{
border-color: #8C16BE;
}
</style>