Shades of Dark Violet #8F0DE2
Tints of Dark Violet #8F0DE2
RGB
CMYK
RGB Variations
Color information
#8F0DE2 (or 0x8F0DE2) is known color: Dark Violet. HEX triplet: 8F, 0D and E2. RGB value is (143,13,226). Sum of RGB (Red+Green+Blue) = 143+13+226=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 226 (88.67% from 255 or 59.16% from 382); Max value from RGB is 226 - color contains mainly: blue. Hex color #8F0DE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0DE2 is #70F21D. Grayscale: #4B4B4B. Windows color (decimal): -7402014 or 14814607. OLE color: 14814607.
HSL color Cylindrical-coordinate representation of color #8F0DE2: hue angle of 276.62º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0DE2 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 13 | 226 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.11 |
| HSL | 276.62º | 0.89% | 0.47% | - |
| HSV(B) | 276.62º | 0.94% | 0.89% | - |
| XYZ | 25.2 | 11.62 | 72.87 | - |
| YUV | 76.15 | 212.57 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 226 | 0.37 | 0.94 | 0 | 0.11 | 276.62 | 0.89 | 0.47 |
| Hex | 8F | D | E2 | 25 | 5E | 0 | B | 115 | 59 | 2F |
| Octal | 217 | 15 | 342 | 45 | 136 | 0 | 13 | 425 | 131 | 57 |
| Binary | 10001111 | 1101 | 11100010 | 100101 | 1011110 | 0 | 1011 | 100010101 | 1011001 | 101111 |
Color Harmonies of #8F0DE2
Complementary color
Monochromatic Colors of #8F0DE2
Black with #8F0DE2
Text Example
Text Example
White with #8F0DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0DE2; }
p { color: rgb(143,13,226); }
H1.HeaderClassName
{
color: #8F0DE2;
}
.AnyTagClassName
{
color: #8F0DE2;
}
</style>
background-color css
<style>
a { background-color: #8F0DE2; }
a { background-color: rgb(143,13,226); }
div.DivClassName
{
background-color: #8F0DE2;
}
.BgClassName
{
background-color: #8F0DE2;
}
</style>
border-color css
<style>
span { border-color: #8F0DE2; }
span { border-color: rgb(143,13,226); }
td.TdClassName
{
border-color: #8F0DE2;
}
.TagClassName
{
border-color: #8F0DE2;
}
</style>