Shades of Dark Violet #8F0CC6
Tints of Dark Violet #8F0CC6
RGB
CMYK
RGB Variations
Color information
#8F0CC6 (or 0x8F0CC6) is known color: Dark Violet. HEX triplet: 8F, 0C and C6. RGB value is (143,12,198). Sum of RGB (Red+Green+Blue) = 143+12+198=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 198 (77.73% from 255 or 56.09% from 353); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F0CC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0CC6 is #70F339. Grayscale: #474747. Windows color (decimal): -7402298 or 12979343. OLE color: 12979343.
HSL color Cylindrical-coordinate representation of color #8F0CC6: hue angle of 282.26º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0CC6 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 12 | 198 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.22 |
| HSL | 282.26º | 0.89% | 0.41% | - |
| HSV(B) | 282.26º | 0.94% | 0.78% | - |
| XYZ | 21.65 | 10.18 | 54.25 | - |
| YUV | 72.37 | 198.9 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 198 | 0.28 | 0.94 | 0 | 0.22 | 282.26 | 0.89 | 0.41 |
| Hex | 8F | C | C6 | 1C | 5E | 0 | 16 | 11A | 59 | 29 |
| Octal | 217 | 14 | 306 | 34 | 136 | 0 | 26 | 432 | 131 | 51 |
| Binary | 10001111 | 1100 | 11000110 | 11100 | 1011110 | 0 | 10110 | 100011010 | 1011001 | 101001 |
Color Harmonies of #8F0CC6
Complementary color
Monochromatic Colors of #8F0CC6
Black with #8F0CC6
Text Example
Text Example
White with #8F0CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CC6; }
p { color: rgb(143,12,198); }
H1.HeaderClassName
{
color: #8F0CC6;
}
.AnyTagClassName
{
color: #8F0CC6;
}
</style>
background-color css
<style>
a { background-color: #8F0CC6; }
a { background-color: rgb(143,12,198); }
div.DivClassName
{
background-color: #8F0CC6;
}
.BgClassName
{
background-color: #8F0CC6;
}
</style>
border-color css
<style>
span { border-color: #8F0CC6; }
span { border-color: rgb(143,12,198); }
td.TdClassName
{
border-color: #8F0CC6;
}
.TagClassName
{
border-color: #8F0CC6;
}
</style>