Shades of Dark Violet #8F04ED
Tints of Dark Violet #8F04ED
RGB
CMYK
RGB Variations
Color information
#8F04ED (or 0x8F04ED) is known color: Dark Violet. HEX triplet: 8F, 04 and ED. RGB value is (143,4,237). Sum of RGB (Red+Green+Blue) = 143+4+237=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F04ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F04ED is #70FB12. Grayscale: #474747. Windows color (decimal): -7404307 or 15533199. OLE color: 15533199.
HSL color Cylindrical-coordinate representation of color #8F04ED: hue angle of 275.79º 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 #8F04ED is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 4 | 237 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.07 |
| HSL | 275.79º | 0.97% | 0.47% | - |
| HSV(B) | 275.79º | 0.98% | 0.93% | - |
| XYZ | 26.66 | 12.04 | 81.04 | - |
| YUV | 72.12 | 221.05 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 237 | 0.40 | 0.98 | 0 | 0.07 | 275.79 | 0.97 | 0.47 |
| Hex | 8F | 4 | ED | 28 | 62 | 0 | 7 | 114 | 61 | 2F |
| Octal | 217 | 4 | 355 | 50 | 142 | 0 | 7 | 424 | 141 | 57 |
| Binary | 10001111 | 100 | 11101101 | 101000 | 1100010 | 0 | 111 | 100010100 | 1100001 | 101111 |
Color Harmonies of #8F04ED
Complementary color
Monochromatic Colors of #8F04ED
Black with #8F04ED
Text Example
Text Example
White with #8F04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F04ED; }
p { color: rgb(143,4,237); }
H1.HeaderClassName
{
color: #8F04ED;
}
.AnyTagClassName
{
color: #8F04ED;
}
</style>
background-color css
<style>
a { background-color: #8F04ED; }
a { background-color: rgb(143,4,237); }
div.DivClassName
{
background-color: #8F04ED;
}
.BgClassName
{
background-color: #8F04ED;
}
</style>
border-color css
<style>
span { border-color: #8F04ED; }
span { border-color: rgb(143,4,237); }
td.TdClassName
{
border-color: #8F04ED;
}
.TagClassName
{
border-color: #8F04ED;
}
</style>