Shades of Dark Violet #8F07DC
Tints of Dark Violet #8F07DC
RGB
CMYK
RGB Variations
Color information
#8F07DC (or 0x8F07DC) is known color: Dark Violet. HEX triplet: 8F, 07 and DC. RGB value is (143,7,220). Sum of RGB (Red+Green+Blue) = 143+7+220=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F07DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F07DC is #70F823. Grayscale: #474747. Windows color (decimal): -7403556 or 14419855. OLE color: 14419855.
HSL color Cylindrical-coordinate representation of color #8F07DC: hue angle of 278.31º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F07DC is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 7 | 220 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.14 |
| HSL | 278.31º | 0.94% | 0.45% | - |
| HSV(B) | 278.31º | 0.97% | 0.86% | - |
| XYZ | 24.32 | 11.16 | 68.58 | - |
| YUV | 71.95 | 211.56 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 220 | 0.35 | 0.97 | 0 | 0.14 | 278.31 | 0.94 | 0.45 |
| Hex | 8F | 7 | DC | 23 | 61 | 0 | E | 116 | 5E | 2D |
| Octal | 217 | 7 | 334 | 43 | 141 | 0 | 16 | 426 | 136 | 55 |
| Binary | 10001111 | 111 | 11011100 | 100011 | 1100001 | 0 | 1110 | 100010110 | 1011110 | 101101 |
Color Harmonies of #8F07DC
Complementary color
Monochromatic Colors of #8F07DC
Black with #8F07DC
Text Example
Text Example
White with #8F07DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F07DC; }
p { color: rgb(143,7,220); }
H1.HeaderClassName
{
color: #8F07DC;
}
.AnyTagClassName
{
color: #8F07DC;
}
</style>
background-color css
<style>
a { background-color: #8F07DC; }
a { background-color: rgb(143,7,220); }
div.DivClassName
{
background-color: #8F07DC;
}
.BgClassName
{
background-color: #8F07DC;
}
</style>
border-color css
<style>
span { border-color: #8F07DC; }
span { border-color: rgb(143,7,220); }
td.TdClassName
{
border-color: #8F07DC;
}
.TagClassName
{
border-color: #8F07DC;
}
</style>