Shades of Dark Violet #8C16BD
Tints of Dark Violet #8C16BD
RGB
CMYK
RGB Variations
Color information
#8C16BD (or 0x8C16BD) is known color: Dark Violet. HEX triplet: 8C, 16 and BD. RGB value is (140,22,189). Sum of RGB (Red+Green+Blue) = 140+22+189=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C16BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C16BD is #73E942. Grayscale: #4B4B4B. Windows color (decimal): -7596355 or 12392076. OLE color: 12392076.
HSL color Cylindrical-coordinate representation of color #8C16BD: hue angle of 282.4º 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 #8C16BD is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 22 | 189 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.26 |
| HSL | 282.4º | 0.79% | 0.41% | - |
| HSV(B) | 282.4º | 0.88% | 0.74% | - |
| XYZ | 20.29 | 9.82 | 48.97 | - |
| YUV | 76.32 | 191.59 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 189 | 0.26 | 0.88 | 0 | 0.26 | 282.4 | 0.79 | 0.41 |
| Hex | 8C | 16 | BD | 1A | 58 | 0 | 1A | 11A | 4F | 29 |
| Octal | 214 | 26 | 275 | 32 | 130 | 0 | 32 | 432 | 117 | 51 |
| Binary | 10001100 | 10110 | 10111101 | 11010 | 1011000 | 0 | 11010 | 100011010 | 1001111 | 101001 |
Color Harmonies of #8C16BD
Complementary color
Monochromatic Colors of #8C16BD
Black with #8C16BD
Text Example
Text Example
White with #8C16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C16BD; }
p { color: rgb(140,22,189); }
H1.HeaderClassName
{
color: #8C16BD;
}
.AnyTagClassName
{
color: #8C16BD;
}
</style>
background-color css
<style>
a { background-color: #8C16BD; }
a { background-color: rgb(140,22,189); }
div.DivClassName
{
background-color: #8C16BD;
}
.BgClassName
{
background-color: #8C16BD;
}
</style>
border-color css
<style>
span { border-color: #8C16BD; }
span { border-color: rgb(140,22,189); }
td.TdClassName
{
border-color: #8C16BD;
}
.TagClassName
{
border-color: #8C16BD;
}
</style>