Shades of Dark Violet #8D16D7
Tints of Dark Violet #8D16D7
RGB
CMYK
RGB Variations
Color information
#8D16D7 (or 0x8D16D7) is known color: Dark Violet. HEX triplet: 8D, 16 and D7. RGB value is (141,22,215). Sum of RGB (Red+Green+Blue) = 141+22+215=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 215 (84.38% from 255 or 56.88% from 378); Max value from RGB is 215 - color contains mainly: blue. Hex color #8D16D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D16D7 is #72E928. Grayscale: #4E4E4E. Windows color (decimal): -7530793 or 14096013. OLE color: 14096013.
HSL color Cylindrical-coordinate representation of color #8D16D7: hue angle of 276.99º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D16D7 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 22 | 215 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.16 |
| HSL | 276.99º | 0.81% | 0.46% | - |
| HSV(B) | 276.99º | 0.9% | 0.84% | - |
| XYZ | 23.54 | 11.14 | 65.2 | - |
| YUV | 79.58 | 204.42 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 215 | 0.34 | 0.90 | 0 | 0.16 | 276.99 | 0.81 | 0.46 |
| Hex | 8D | 16 | D7 | 22 | 5A | 0 | 10 | 115 | 51 | 2E |
| Octal | 215 | 26 | 327 | 42 | 132 | 0 | 20 | 425 | 121 | 56 |
| Binary | 10001101 | 10110 | 11010111 | 100010 | 1011010 | 0 | 10000 | 100010101 | 1010001 | 101110 |
Color Harmonies of #8D16D7
Complementary color
Monochromatic Colors of #8D16D7
Black with #8D16D7
Text Example
Text Example
White with #8D16D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D16D7; }
p { color: rgb(141,22,215); }
H1.HeaderClassName
{
color: #8D16D7;
}
.AnyTagClassName
{
color: #8D16D7;
}
</style>
background-color css
<style>
a { background-color: #8D16D7; }
a { background-color: rgb(141,22,215); }
div.DivClassName
{
background-color: #8D16D7;
}
.BgClassName
{
background-color: #8D16D7;
}
</style>
border-color css
<style>
span { border-color: #8D16D7; }
span { border-color: rgb(141,22,215); }
td.TdClassName
{
border-color: #8D16D7;
}
.TagClassName
{
border-color: #8D16D7;
}
</style>