Shades of Dark Violet #8F0CD6
Tints of Dark Violet #8F0CD6
RGB
CMYK
RGB Variations
Color information
#8F0CD6 (or 0x8F0CD6) is known color: Dark Violet. HEX triplet: 8F, 0C and D6. RGB value is (143,12,214). Sum of RGB (Red+Green+Blue) = 143+12+214=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 214 (83.98% from 255 or 57.99% from 369); Max value from RGB is 214 - color contains mainly: blue. Hex color #8F0CD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0CD6 is #70F329. Grayscale: #494949. Windows color (decimal): -7402282 or 14027919. OLE color: 14027919.
HSL color Cylindrical-coordinate representation of color #8F0CD6: hue angle of 278.91º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0CD6 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 12 | 214 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.16 |
| HSL | 278.91º | 0.89% | 0.44% | - |
| HSV(B) | 278.91º | 0.94% | 0.84% | - |
| XYZ | 23.6 | 10.96 | 64.49 | - |
| YUV | 74.2 | 206.9 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 214 | 0.33 | 0.94 | 0 | 0.16 | 278.91 | 0.89 | 0.44 |
| Hex | 8F | C | D6 | 21 | 5E | 0 | 10 | 117 | 59 | 2C |
| Octal | 217 | 14 | 326 | 41 | 136 | 0 | 20 | 427 | 131 | 54 |
| Binary | 10001111 | 1100 | 11010110 | 100001 | 1011110 | 0 | 10000 | 100010111 | 1011001 | 101100 |
Color Harmonies of #8F0CD6
Complementary color
Monochromatic Colors of #8F0CD6
Black with #8F0CD6
Text Example
Text Example
White with #8F0CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CD6; }
p { color: rgb(143,12,214); }
H1.HeaderClassName
{
color: #8F0CD6;
}
.AnyTagClassName
{
color: #8F0CD6;
}
</style>
background-color css
<style>
a { background-color: #8F0CD6; }
a { background-color: rgb(143,12,214); }
div.DivClassName
{
background-color: #8F0CD6;
}
.BgClassName
{
background-color: #8F0CD6;
}
</style>
border-color css
<style>
span { border-color: #8F0CD6; }
span { border-color: rgb(143,12,214); }
td.TdClassName
{
border-color: #8F0CD6;
}
.TagClassName
{
border-color: #8F0CD6;
}
</style>