Shades of Dark Violet #8F0CD8
Tints of Dark Violet #8F0CD8
RGB
CMYK
RGB Variations
Color information
#8F0CD8 (or 0x8F0CD8) is known color: Dark Violet. HEX triplet: 8F, 0C and D8. RGB value is (143,12,216). Sum of RGB (Red+Green+Blue) = 143+12+216=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F0CD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0CD8 is #70F327. Grayscale: #494949. Windows color (decimal): -7402280 or 14158991. OLE color: 14158991.
HSL color Cylindrical-coordinate representation of color #8F0CD8: hue angle of 278.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0CD8 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 12 | 216 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.15 |
| HSL | 278.53º | 0.89% | 0.45% | - |
| HSV(B) | 278.53º | 0.94% | 0.85% | - |
| XYZ | 23.85 | 11.06 | 65.84 | - |
| YUV | 74.43 | 207.9 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 216 | 0.34 | 0.94 | 0 | 0.15 | 278.53 | 0.89 | 0.45 |
| Hex | 8F | C | D8 | 22 | 5E | 0 | F | 117 | 59 | 2D |
| Octal | 217 | 14 | 330 | 42 | 136 | 0 | 17 | 427 | 131 | 55 |
| Binary | 10001111 | 1100 | 11011000 | 100010 | 1011110 | 0 | 1111 | 100010111 | 1011001 | 101101 |
Color Harmonies of #8F0CD8
Complementary color
Monochromatic Colors of #8F0CD8
Black with #8F0CD8
Text Example
Text Example
White with #8F0CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CD8; }
p { color: rgb(143,12,216); }
H1.HeaderClassName
{
color: #8F0CD8;
}
.AnyTagClassName
{
color: #8F0CD8;
}
</style>
background-color css
<style>
a { background-color: #8F0CD8; }
a { background-color: rgb(143,12,216); }
div.DivClassName
{
background-color: #8F0CD8;
}
.BgClassName
{
background-color: #8F0CD8;
}
</style>
border-color css
<style>
span { border-color: #8F0CD8; }
span { border-color: rgb(143,12,216); }
td.TdClassName
{
border-color: #8F0CD8;
}
.TagClassName
{
border-color: #8F0CD8;
}
</style>