Shades of Dark Violet #8C16CC
Tints of Dark Violet #8C16CC
RGB
CMYK
RGB Variations
Color information
#8C16CC (or 0x8C16CC) is known color: Dark Violet. HEX triplet: 8C, 16 and CC. RGB value is (140,22,204). Sum of RGB (Red+Green+Blue) = 140+22+204=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C16CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C16CC is #73E933. Grayscale: #4D4D4D. Windows color (decimal): -7596340 or 13375116. OLE color: 13375116.
HSL color Cylindrical-coordinate representation of color #8C16CC: hue angle of 278.9º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C16CC is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 22 | 204 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.2 |
| HSL | 278.9º | 0.81% | 0.44% | - |
| HSV(B) | 278.9º | 0.89% | 0.8% | - |
| XYZ | 22 | 10.51 | 58 | - |
| YUV | 78.03 | 199.09 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 204 | 0.31 | 0.89 | 0 | 0.2 | 278.9 | 0.81 | 0.44 |
| Hex | 8C | 16 | CC | 1F | 59 | 0 | 14 | 117 | 51 | 2C |
| Octal | 214 | 26 | 314 | 37 | 131 | 0 | 24 | 427 | 121 | 54 |
| Binary | 10001100 | 10110 | 11001100 | 11111 | 1011001 | 0 | 10100 | 100010111 | 1010001 | 101100 |
Color Harmonies of #8C16CC
Complementary color
Monochromatic Colors of #8C16CC
Black with #8C16CC
Text Example
Text Example
White with #8C16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C16CC; }
p { color: rgb(140,22,204); }
H1.HeaderClassName
{
color: #8C16CC;
}
.AnyTagClassName
{
color: #8C16CC;
}
</style>
background-color css
<style>
a { background-color: #8C16CC; }
a { background-color: rgb(140,22,204); }
div.DivClassName
{
background-color: #8C16CC;
}
.BgClassName
{
background-color: #8C16CC;
}
</style>
border-color css
<style>
span { border-color: #8C16CC; }
span { border-color: rgb(140,22,204); }
td.TdClassName
{
border-color: #8C16CC;
}
.TagClassName
{
border-color: #8C16CC;
}
</style>