Shades of Dark Violet #8D16CD
Tints of Dark Violet #8D16CD
RGB
CMYK
RGB Variations
Color information
#8D16CD (or 0x8D16CD) is known color: Dark Violet. HEX triplet: 8D, 16 and CD. RGB value is (141,22,205). Sum of RGB (Red+Green+Blue) = 141+22+205=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D16CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D16CD is #72E932. Grayscale: #4D4D4D. Windows color (decimal): -7530803 or 13440653. OLE color: 13440653.
HSL color Cylindrical-coordinate representation of color #8D16CD: hue angle of 279.02º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D16CD is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 22 | 205 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.20 |
| HSL | 279.02º | 0.81% | 0.45% | - |
| HSV(B) | 279.02º | 0.89% | 0.8% | - |
| XYZ | 22.29 | 10.64 | 58.64 | - |
| YUV | 78.44 | 199.42 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 205 | 0.31 | 0.89 | 0 | 0.20 | 279.02 | 0.81 | 0.45 |
| Hex | 8D | 16 | CD | 1F | 59 | 0 | 14 | 117 | 51 | 2D |
| Octal | 215 | 26 | 315 | 37 | 131 | 0 | 24 | 427 | 121 | 55 |
| Binary | 10001101 | 10110 | 11001101 | 11111 | 1011001 | 0 | 10100 | 100010111 | 1010001 | 101101 |
Color Harmonies of #8D16CD
Complementary color
Monochromatic Colors of #8D16CD
Black with #8D16CD
Text Example
Text Example
White with #8D16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D16CD; }
p { color: rgb(141,22,205); }
H1.HeaderClassName
{
color: #8D16CD;
}
.AnyTagClassName
{
color: #8D16CD;
}
</style>
background-color css
<style>
a { background-color: #8D16CD; }
a { background-color: rgb(141,22,205); }
div.DivClassName
{
background-color: #8D16CD;
}
.BgClassName
{
background-color: #8D16CD;
}
</style>
border-color css
<style>
span { border-color: #8D16CD; }
span { border-color: rgb(141,22,205); }
td.TdClassName
{
border-color: #8D16CD;
}
.TagClassName
{
border-color: #8D16CD;
}
</style>