Shades of Dark Violet #8F07E6
Tints of Dark Violet #8F07E6
RGB
CMYK
RGB Variations
Color information
#8F07E6 (or 0x8F07E6) is known color: Dark Violet. HEX triplet: 8F, 07 and E6. RGB value is (143,7,230). Sum of RGB (Red+Green+Blue) = 143+7+230=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 230 (90.23% from 255 or 60.53% from 380); Max value from RGB is 230 - color contains mainly: blue. Hex color #8F07E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F07E6 is #70F819. Grayscale: #484848. Windows color (decimal): -7403546 or 15075215. OLE color: 15075215.
HSL color Cylindrical-coordinate representation of color #8F07E6: hue angle of 276.59º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F07E6 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 7 | 230 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.10 |
| HSL | 276.59º | 0.94% | 0.46% | - |
| HSV(B) | 276.59º | 0.97% | 0.9% | - |
| XYZ | 25.69 | 11.7 | 75.77 | - |
| YUV | 73.09 | 216.56 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 230 | 0.38 | 0.97 | 0 | 0.10 | 276.59 | 0.94 | 0.46 |
| Hex | 8F | 7 | E6 | 26 | 61 | 0 | A | 115 | 5E | 2E |
| Octal | 217 | 7 | 346 | 46 | 141 | 0 | 12 | 425 | 136 | 56 |
| Binary | 10001111 | 111 | 11100110 | 100110 | 1100001 | 0 | 1010 | 100010101 | 1011110 | 101110 |
Color Harmonies of #8F07E6
Complementary color
Monochromatic Colors of #8F07E6
Black with #8F07E6
Text Example
Text Example
White with #8F07E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F07E6; }
p { color: rgb(143,7,230); }
H1.HeaderClassName
{
color: #8F07E6;
}
.AnyTagClassName
{
color: #8F07E6;
}
</style>
background-color css
<style>
a { background-color: #8F07E6; }
a { background-color: rgb(143,7,230); }
div.DivClassName
{
background-color: #8F07E6;
}
.BgClassName
{
background-color: #8F07E6;
}
</style>
border-color css
<style>
span { border-color: #8F07E6; }
span { border-color: rgb(143,7,230); }
td.TdClassName
{
border-color: #8F07E6;
}
.TagClassName
{
border-color: #8F07E6;
}
</style>