Shades of Dark Violet #8F04EE
Tints of Dark Violet #8F04EE
RGB
CMYK
RGB Variations
Color information
#8F04EE (or 0x8F04EE) is known color: Dark Violet. HEX triplet: 8F, 04 and EE. RGB value is (143,4,238). Sum of RGB (Red+Green+Blue) = 143+4+238=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F04EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F04EE is #70FB11. Grayscale: #474747. Windows color (decimal): -7404306 or 15598735. OLE color: 15598735.
HSL color Cylindrical-coordinate representation of color #8F04EE: hue angle of 275.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F04EE is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 4 | 238 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.07 |
| HSL | 275.64º | 0.97% | 0.47% | - |
| HSV(B) | 275.64º | 0.98% | 0.93% | - |
| XYZ | 26.8 | 12.1 | 81.81 | - |
| YUV | 72.24 | 221.55 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 238 | 0.40 | 0.98 | 0 | 0.07 | 275.64 | 0.97 | 0.47 |
| Hex | 8F | 4 | EE | 28 | 62 | 0 | 7 | 114 | 61 | 2F |
| Octal | 217 | 4 | 356 | 50 | 142 | 0 | 7 | 424 | 141 | 57 |
| Binary | 10001111 | 100 | 11101110 | 101000 | 1100010 | 0 | 111 | 100010100 | 1100001 | 101111 |
Color Harmonies of #8F04EE
Complementary color
Monochromatic Colors of #8F04EE
Black with #8F04EE
Text Example
Text Example
White with #8F04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F04EE; }
p { color: rgb(143,4,238); }
H1.HeaderClassName
{
color: #8F04EE;
}
.AnyTagClassName
{
color: #8F04EE;
}
</style>
background-color css
<style>
a { background-color: #8F04EE; }
a { background-color: rgb(143,4,238); }
div.DivClassName
{
background-color: #8F04EE;
}
.BgClassName
{
background-color: #8F04EE;
}
</style>
border-color css
<style>
span { border-color: #8F04EE; }
span { border-color: rgb(143,4,238); }
td.TdClassName
{
border-color: #8F04EE;
}
.TagClassName
{
border-color: #8F04EE;
}
</style>