Shades of Dark Violet #8D16BC
Tints of Dark Violet #8D16BC
RGB
CMYK
RGB Variations
Color information
#8D16BC (or 0x8D16BC) is known color: Dark Violet. HEX triplet: 8D, 16 and BC. RGB value is (141,22,188). Sum of RGB (Red+Green+Blue) = 141+22+188=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D16BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D16BC is #72E943. Grayscale: #4B4B4B. Windows color (decimal): -7530820 or 12326541. OLE color: 12326541.
HSL color Cylindrical-coordinate representation of color #8D16BC: hue angle of 283.01º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D16BC is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 22 | 188 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.26 |
| HSL | 283.01º | 0.79% | 0.41% | - |
| HSV(B) | 283.01º | 0.88% | 0.74% | - |
| XYZ | 20.35 | 9.87 | 48.41 | - |
| YUV | 76.51 | 190.92 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 188 | 0.25 | 0.88 | 0 | 0.26 | 283.01 | 0.79 | 0.41 |
| Hex | 8D | 16 | BC | 19 | 58 | 0 | 1A | 11B | 4F | 29 |
| Octal | 215 | 26 | 274 | 31 | 130 | 0 | 32 | 433 | 117 | 51 |
| Binary | 10001101 | 10110 | 10111100 | 11001 | 1011000 | 0 | 11010 | 100011011 | 1001111 | 101001 |
Color Harmonies of #8D16BC
Complementary color
Monochromatic Colors of #8D16BC
Black with #8D16BC
Text Example
Text Example
White with #8D16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D16BC; }
p { color: rgb(141,22,188); }
H1.HeaderClassName
{
color: #8D16BC;
}
.AnyTagClassName
{
color: #8D16BC;
}
</style>
background-color css
<style>
a { background-color: #8D16BC; }
a { background-color: rgb(141,22,188); }
div.DivClassName
{
background-color: #8D16BC;
}
.BgClassName
{
background-color: #8D16BC;
}
</style>
border-color css
<style>
span { border-color: #8D16BC; }
span { border-color: rgb(141,22,188); }
td.TdClassName
{
border-color: #8D16BC;
}
.TagClassName
{
border-color: #8D16BC;
}
</style>