Shades of Dark Violet #8F0FC0
Tints of Dark Violet #8F0FC0
RGB
CMYK
RGB Variations
Color information
#8F0FC0 (or 0x8F0FC0) is known color: Dark Violet. HEX triplet: 8F, 0F and C0. RGB value is (143,15,192). Sum of RGB (Red+Green+Blue) = 143+15+192=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F0FC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0FC0 is #70F03F. Grayscale: #484848. Windows color (decimal): -7401536 or 12586895. OLE color: 12586895.
HSL color Cylindrical-coordinate representation of color #8F0FC0: hue angle of 283.39º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0FC0 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 15 | 192 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.25 |
| HSL | 283.39º | 0.86% | 0.41% | - |
| HSV(B) | 283.39º | 0.92% | 0.75% | - |
| XYZ | 21.01 | 9.99 | 50.69 | - |
| YUV | 73.45 | 194.91 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 192 | 0.26 | 0.92 | 0 | 0.25 | 283.39 | 0.86 | 0.41 |
| Hex | 8F | F | C0 | 1A | 5C | 0 | 19 | 11B | 56 | 29 |
| Octal | 217 | 17 | 300 | 32 | 134 | 0 | 31 | 433 | 126 | 51 |
| Binary | 10001111 | 1111 | 11000000 | 11010 | 1011100 | 0 | 11001 | 100011011 | 1010110 | 101001 |
Color Harmonies of #8F0FC0
Complementary color
Monochromatic Colors of #8F0FC0
Black with #8F0FC0
Text Example
Text Example
White with #8F0FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0FC0; }
p { color: rgb(143,15,192); }
H1.HeaderClassName
{
color: #8F0FC0;
}
.AnyTagClassName
{
color: #8F0FC0;
}
</style>
background-color css
<style>
a { background-color: #8F0FC0; }
a { background-color: rgb(143,15,192); }
div.DivClassName
{
background-color: #8F0FC0;
}
.BgClassName
{
background-color: #8F0FC0;
}
</style>
border-color css
<style>
span { border-color: #8F0FC0; }
span { border-color: rgb(143,15,192); }
td.TdClassName
{
border-color: #8F0FC0;
}
.TagClassName
{
border-color: #8F0FC0;
}
</style>