Shades of Dark Violet #8F0EDF
Tints of Dark Violet #8F0EDF
RGB
CMYK
RGB Variations
Color information
#8F0EDF (or 0x8F0EDF) is known color: Dark Violet. HEX triplet: 8F, 0E and DF. RGB value is (143,14,223). Sum of RGB (Red+Green+Blue) = 143+14+223=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F0EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0EDF is #70F120. Grayscale: #4B4B4B. Windows color (decimal): -7401761 or 14618255. OLE color: 14618255.
HSL color Cylindrical-coordinate representation of color #8F0EDF: hue angle of 277.03º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0EDF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 14 | 223 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.13 |
| HSL | 277.03º | 0.88% | 0.46% | - |
| HSV(B) | 277.03º | 0.94% | 0.87% | - |
| XYZ | 24.8 | 11.48 | 70.72 | - |
| YUV | 76.4 | 210.74 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 223 | 0.36 | 0.94 | 0 | 0.13 | 277.03 | 0.88 | 0.46 |
| Hex | 8F | E | DF | 24 | 5E | 0 | D | 115 | 58 | 2E |
| Octal | 217 | 16 | 337 | 44 | 136 | 0 | 15 | 425 | 130 | 56 |
| Binary | 10001111 | 1110 | 11011111 | 100100 | 1011110 | 0 | 1101 | 100010101 | 1011000 | 101110 |
Color Harmonies of #8F0EDF
Complementary color
Monochromatic Colors of #8F0EDF
Black with #8F0EDF
Text Example
Text Example
White with #8F0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0EDF; }
p { color: rgb(143,14,223); }
H1.HeaderClassName
{
color: #8F0EDF;
}
.AnyTagClassName
{
color: #8F0EDF;
}
</style>
background-color css
<style>
a { background-color: #8F0EDF; }
a { background-color: rgb(143,14,223); }
div.DivClassName
{
background-color: #8F0EDF;
}
.BgClassName
{
background-color: #8F0EDF;
}
</style>
border-color css
<style>
span { border-color: #8F0EDF; }
span { border-color: rgb(143,14,223); }
td.TdClassName
{
border-color: #8F0EDF;
}
.TagClassName
{
border-color: #8F0EDF;
}
</style>