Shades of Dark Violet #8F0DEB
Tints of Dark Violet #8F0DEB
RGB
CMYK
RGB Variations
Color information
#8F0DEB (or 0x8F0DEB) is known color: Dark Violet. HEX triplet: 8F, 0D and EB. RGB value is (143,13,235). Sum of RGB (Red+Green+Blue) = 143+13+235=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F0DEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0DEB is #70F214. Grayscale: #4C4C4C. Windows color (decimal): -7402005 or 15404431. OLE color: 15404431.
HSL color Cylindrical-coordinate representation of color #8F0DEB: hue angle of 275.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0DEB is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 13 | 235 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.08 |
| HSL | 275.14º | 0.9% | 0.49% | - |
| HSV(B) | 275.14º | 0.94% | 0.92% | - |
| XYZ | 26.47 | 12.13 | 79.54 | - |
| YUV | 77.18 | 217.07 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 235 | 0.39 | 0.94 | 0 | 0.08 | 275.14 | 0.9 | 0.49 |
| Hex | 8F | D | EB | 27 | 5E | 0 | 8 | 113 | 5A | 31 |
| Octal | 217 | 15 | 353 | 47 | 136 | 0 | 10 | 423 | 132 | 61 |
| Binary | 10001111 | 1101 | 11101011 | 100111 | 1011110 | 0 | 1000 | 100010011 | 1011010 | 110001 |
Color Harmonies of #8F0DEB
Complementary color
Monochromatic Colors of #8F0DEB
Black with #8F0DEB
Text Example
Text Example
White with #8F0DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0DEB; }
p { color: rgb(143,13,235); }
H1.HeaderClassName
{
color: #8F0DEB;
}
.AnyTagClassName
{
color: #8F0DEB;
}
</style>
background-color css
<style>
a { background-color: #8F0DEB; }
a { background-color: rgb(143,13,235); }
div.DivClassName
{
background-color: #8F0DEB;
}
.BgClassName
{
background-color: #8F0DEB;
}
</style>
border-color css
<style>
span { border-color: #8F0DEB; }
span { border-color: rgb(143,13,235); }
td.TdClassName
{
border-color: #8F0DEB;
}
.TagClassName
{
border-color: #8F0DEB;
}
</style>