Shades of Dark Violet #8F07E5
Tints of Dark Violet #8F07E5
RGB
CMYK
RGB Variations
Color information
#8F07E5 (or 0x8F07E5) is known color: Dark Violet. HEX triplet: 8F, 07 and E5. RGB value is (143,7,229). Sum of RGB (Red+Green+Blue) = 143+7+229=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F07E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F07E5 is #70F81A. Grayscale: #484848. Windows color (decimal): -7403547 or 15009679. OLE color: 15009679.
HSL color Cylindrical-coordinate representation of color #8F07E5: hue angle of 276.76º 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 #8F07E5 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 7 | 229 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.10 |
| HSL | 276.76º | 0.94% | 0.46% | - |
| HSV(B) | 276.76º | 0.97% | 0.9% | - |
| XYZ | 25.55 | 11.65 | 75.03 | - |
| YUV | 72.97 | 216.06 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 229 | 0.38 | 0.97 | 0 | 0.10 | 276.76 | 0.94 | 0.46 |
| Hex | 8F | 7 | E5 | 26 | 61 | 0 | A | 115 | 5E | 2E |
| Octal | 217 | 7 | 345 | 46 | 141 | 0 | 12 | 425 | 136 | 56 |
| Binary | 10001111 | 111 | 11100101 | 100110 | 1100001 | 0 | 1010 | 100010101 | 1011110 | 101110 |
Color Harmonies of #8F07E5
Complementary color
Monochromatic Colors of #8F07E5
Black with #8F07E5
Text Example
Text Example
White with #8F07E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F07E5; }
p { color: rgb(143,7,229); }
H1.HeaderClassName
{
color: #8F07E5;
}
.AnyTagClassName
{
color: #8F07E5;
}
</style>
background-color css
<style>
a { background-color: #8F07E5; }
a { background-color: rgb(143,7,229); }
div.DivClassName
{
background-color: #8F07E5;
}
.BgClassName
{
background-color: #8F07E5;
}
</style>
border-color css
<style>
span { border-color: #8F07E5; }
span { border-color: rgb(143,7,229); }
td.TdClassName
{
border-color: #8F07E5;
}
.TagClassName
{
border-color: #8F07E5;
}
</style>