Shades of Dark Violet #8F07EE
Tints of Dark Violet #8F07EE
RGB
CMYK
RGB Variations
Color information
#8F07EE (or 0x8F07EE) is known color: Dark Violet. HEX triplet: 8F, 07 and EE. RGB value is (143,7,238). Sum of RGB (Red+Green+Blue) = 143+7+238=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F07EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F07EE is #70F811. Grayscale: #494949. Windows color (decimal): -7403538 or 15599503. OLE color: 15599503.
HSL color Cylindrical-coordinate representation of color #8F07EE: hue angle of 275.32º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F07EE is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 7 | 238 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.07 |
| HSL | 275.32º | 0.94% | 0.48% | - |
| HSV(B) | 275.32º | 0.97% | 0.93% | - |
| XYZ | 26.84 | 12.16 | 81.82 | - |
| YUV | 74 | 220.56 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 238 | 0.40 | 0.97 | 0 | 0.07 | 275.32 | 0.94 | 0.48 |
| Hex | 8F | 7 | EE | 28 | 61 | 0 | 7 | 113 | 5E | 30 |
| Octal | 217 | 7 | 356 | 50 | 141 | 0 | 7 | 423 | 136 | 60 |
| Binary | 10001111 | 111 | 11101110 | 101000 | 1100001 | 0 | 111 | 100010011 | 1011110 | 110000 |
Color Harmonies of #8F07EE
Complementary color
Monochromatic Colors of #8F07EE
Black with #8F07EE
Text Example
Text Example
White with #8F07EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F07EE; }
p { color: rgb(143,7,238); }
H1.HeaderClassName
{
color: #8F07EE;
}
.AnyTagClassName
{
color: #8F07EE;
}
</style>
background-color css
<style>
a { background-color: #8F07EE; }
a { background-color: rgb(143,7,238); }
div.DivClassName
{
background-color: #8F07EE;
}
.BgClassName
{
background-color: #8F07EE;
}
</style>
border-color css
<style>
span { border-color: #8F07EE; }
span { border-color: rgb(143,7,238); }
td.TdClassName
{
border-color: #8F07EE;
}
.TagClassName
{
border-color: #8F07EE;
}
</style>