Shades of Dark Violet #8F16BC
Tints of Dark Violet #8F16BC
RGB
CMYK
RGB Variations
Color information
#8F16BC (or 0x8F16BC) is known color: Dark Violet. HEX triplet: 8F, 16 and BC. RGB value is (143,22,188). Sum of RGB (Red+Green+Blue) = 143+22+188=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F16BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F16BC is #70E943. Grayscale: #4C4C4C. Windows color (decimal): -7399748 or 12326543. OLE color: 12326543.
HSL color Cylindrical-coordinate representation of color #8F16BC: hue angle of 283.73º 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 #8F16BC is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 22 | 188 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.26 |
| HSL | 283.74º | 0.79% | 0.41% | - |
| HSV(B) | 283.74º | 0.88% | 0.74% | - |
| XYZ | 20.69 | 10.04 | 48.43 | - |
| YUV | 77.1 | 190.59 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 188 | 0.24 | 0.88 | 0 | 0.26 | 283.74 | 0.79 | 0.41 |
| Hex | 8F | 16 | BC | 18 | 58 | 0 | 1A | 11C | 4F | 29 |
| Octal | 217 | 26 | 274 | 30 | 130 | 0 | 32 | 434 | 117 | 51 |
| Binary | 10001111 | 10110 | 10111100 | 11000 | 1011000 | 0 | 11010 | 100011100 | 1001111 | 101001 |
Color Harmonies of #8F16BC
Complementary color
Monochromatic Colors of #8F16BC
Black with #8F16BC
Text Example
Text Example
White with #8F16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F16BC; }
p { color: rgb(143,22,188); }
H1.HeaderClassName
{
color: #8F16BC;
}
.AnyTagClassName
{
color: #8F16BC;
}
</style>
background-color css
<style>
a { background-color: #8F16BC; }
a { background-color: rgb(143,22,188); }
div.DivClassName
{
background-color: #8F16BC;
}
.BgClassName
{
background-color: #8F16BC;
}
</style>
border-color css
<style>
span { border-color: #8F16BC; }
span { border-color: rgb(143,22,188); }
td.TdClassName
{
border-color: #8F16BC;
}
.TagClassName
{
border-color: #8F16BC;
}
</style>