Shades of Dark Violet #8F07AF
Tints of Dark Violet #8F07AF
RGB
CMYK
RGB Variations
Color information
#8F07AF (or 0x8F07AF) is known color: Dark Violet. HEX triplet: 8F, 07 and AF. RGB value is (143,7,175). Sum of RGB (Red+Green+Blue) = 143+7+175=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F07AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F07AF is #70F850. Grayscale: #424242. Windows color (decimal): -7403601 or 11470735. OLE color: 11470735.
HSL color Cylindrical-coordinate representation of color #8F07AF: hue angle of 288.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F07AF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 7 | 175 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.31 |
| HSL | 288.57º | 0.92% | 0.36% | - |
| HSV(B) | 288.57º | 0.96% | 0.69% | - |
| XYZ | 19.14 | 9.09 | 41.3 | - |
| YUV | 66.82 | 189.06 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 175 | 0.18 | 0.96 | 0 | 0.31 | 288.57 | 0.92 | 0.36 |
| Hex | 8F | 7 | AF | 12 | 60 | 0 | 1F | 121 | 5C | 24 |
| Octal | 217 | 7 | 257 | 22 | 140 | 0 | 37 | 441 | 134 | 44 |
| Binary | 10001111 | 111 | 10101111 | 10010 | 1100000 | 0 | 11111 | 100100001 | 1011100 | 100100 |
Color Harmonies of #8F07AF
Complementary color
Monochromatic Colors of #8F07AF
Black with #8F07AF
Text Example
Text Example
White with #8F07AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F07AF; }
p { color: rgb(143,7,175); }
H1.HeaderClassName
{
color: #8F07AF;
}
.AnyTagClassName
{
color: #8F07AF;
}
</style>
background-color css
<style>
a { background-color: #8F07AF; }
a { background-color: rgb(143,7,175); }
div.DivClassName
{
background-color: #8F07AF;
}
.BgClassName
{
background-color: #8F07AF;
}
</style>
border-color css
<style>
span { border-color: #8F07AF; }
span { border-color: rgb(143,7,175); }
td.TdClassName
{
border-color: #8F07AF;
}
.TagClassName
{
border-color: #8F07AF;
}
</style>