Shades of Dark Violet #8F16CD
Tints of Dark Violet #8F16CD
RGB
CMYK
RGB Variations
Color information
#8F16CD (or 0x8F16CD) is known color: Dark Violet. HEX triplet: 8F, 16 and CD. RGB value is (143,22,205). Sum of RGB (Red+Green+Blue) = 143+22+205=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F16CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F16CD is #70E932. Grayscale: #4E4E4E. Windows color (decimal): -7399731 or 13440655. OLE color: 13440655.
HSL color Cylindrical-coordinate representation of color #8F16CD: hue angle of 279.67º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F16CD is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 22 | 205 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.20 |
| HSL | 279.67º | 0.81% | 0.45% | - |
| HSV(B) | 279.67º | 0.89% | 0.8% | - |
| XYZ | 22.63 | 10.82 | 58.65 | - |
| YUV | 79.04 | 199.09 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 205 | 0.30 | 0.89 | 0 | 0.20 | 279.67 | 0.81 | 0.45 |
| Hex | 8F | 16 | CD | 1E | 59 | 0 | 14 | 118 | 51 | 2D |
| Octal | 217 | 26 | 315 | 36 | 131 | 0 | 24 | 430 | 121 | 55 |
| Binary | 10001111 | 10110 | 11001101 | 11110 | 1011001 | 0 | 10100 | 100011000 | 1010001 | 101101 |
Color Harmonies of #8F16CD
Complementary color
Monochromatic Colors of #8F16CD
Black with #8F16CD
Text Example
Text Example
White with #8F16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F16CD; }
p { color: rgb(143,22,205); }
H1.HeaderClassName
{
color: #8F16CD;
}
.AnyTagClassName
{
color: #8F16CD;
}
</style>
background-color css
<style>
a { background-color: #8F16CD; }
a { background-color: rgb(143,22,205); }
div.DivClassName
{
background-color: #8F16CD;
}
.BgClassName
{
background-color: #8F16CD;
}
</style>
border-color css
<style>
span { border-color: #8F16CD; }
span { border-color: rgb(143,22,205); }
td.TdClassName
{
border-color: #8F16CD;
}
.TagClassName
{
border-color: #8F16CD;
}
</style>