Shades of Dark Violet #8F0EDA
Tints of Dark Violet #8F0EDA
RGB
CMYK
RGB Variations
Color information
#8F0EDA (or 0x8F0EDA) is known color: Dark Violet. HEX triplet: 8F, 0E and DA. RGB value is (143,14,218). Sum of RGB (Red+Green+Blue) = 143+14+218=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F0EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0EDA is #70F125. Grayscale: #4B4B4B. Windows color (decimal): -7401766 or 14290575. OLE color: 14290575.
HSL color Cylindrical-coordinate representation of color #8F0EDA: hue angle of 277.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0EDA is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 14 | 218 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.15 |
| HSL | 277.94º | 0.88% | 0.45% | - |
| HSV(B) | 277.94º | 0.94% | 0.85% | - |
| XYZ | 24.14 | 11.22 | 67.22 | - |
| YUV | 75.83 | 208.24 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 218 | 0.34 | 0.94 | 0 | 0.15 | 277.94 | 0.88 | 0.45 |
| Hex | 8F | E | DA | 22 | 5E | 0 | F | 116 | 58 | 2D |
| Octal | 217 | 16 | 332 | 42 | 136 | 0 | 17 | 426 | 130 | 55 |
| Binary | 10001111 | 1110 | 11011010 | 100010 | 1011110 | 0 | 1111 | 100010110 | 1011000 | 101101 |
Color Harmonies of #8F0EDA
Complementary color
Monochromatic Colors of #8F0EDA
Black with #8F0EDA
Text Example
Text Example
White with #8F0EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0EDA; }
p { color: rgb(143,14,218); }
H1.HeaderClassName
{
color: #8F0EDA;
}
.AnyTagClassName
{
color: #8F0EDA;
}
</style>
background-color css
<style>
a { background-color: #8F0EDA; }
a { background-color: rgb(143,14,218); }
div.DivClassName
{
background-color: #8F0EDA;
}
.BgClassName
{
background-color: #8F0EDA;
}
</style>
border-color css
<style>
span { border-color: #8F0EDA; }
span { border-color: rgb(143,14,218); }
td.TdClassName
{
border-color: #8F0EDA;
}
.TagClassName
{
border-color: #8F0EDA;
}
</style>