Shades of Dark Violet #8F07BE
Tints of Dark Violet #8F07BE
RGB
CMYK
RGB Variations
Color information
#8F07BE (or 0x8F07BE) is known color: Dark Violet. HEX triplet: 8F, 07 and BE. RGB value is (143,7,190). Sum of RGB (Red+Green+Blue) = 143+7+190=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F07BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F07BE is #70F841. Grayscale: #434343. Windows color (decimal): -7403586 or 12453775. OLE color: 12453775.
HSL color Cylindrical-coordinate representation of color #8F07BE: hue angle of 284.59º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F07BE is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 7 | 190 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.25 |
| HSL | 284.59º | 0.93% | 0.39% | - |
| HSV(B) | 284.59º | 0.96% | 0.75% | - |
| XYZ | 20.7 | 9.71 | 49.5 | - |
| YUV | 68.53 | 196.56 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 190 | 0.25 | 0.96 | 0 | 0.25 | 284.59 | 0.93 | 0.39 |
| Hex | 8F | 7 | BE | 19 | 60 | 0 | 19 | 11D | 5D | 27 |
| Octal | 217 | 7 | 276 | 31 | 140 | 0 | 31 | 435 | 135 | 47 |
| Binary | 10001111 | 111 | 10111110 | 11001 | 1100000 | 0 | 11001 | 100011101 | 1011101 | 100111 |
Color Harmonies of #8F07BE
Complementary color
Monochromatic Colors of #8F07BE
Black with #8F07BE
Text Example
Text Example
White with #8F07BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F07BE; }
p { color: rgb(143,7,190); }
H1.HeaderClassName
{
color: #8F07BE;
}
.AnyTagClassName
{
color: #8F07BE;
}
</style>
background-color css
<style>
a { background-color: #8F07BE; }
a { background-color: rgb(143,7,190); }
div.DivClassName
{
background-color: #8F07BE;
}
.BgClassName
{
background-color: #8F07BE;
}
</style>
border-color css
<style>
span { border-color: #8F07BE; }
span { border-color: rgb(143,7,190); }
td.TdClassName
{
border-color: #8F07BE;
}
.TagClassName
{
border-color: #8F07BE;
}
</style>