Shades of Dark Violet #8D0DED
Tints of Dark Violet #8D0DED
RGB
CMYK
RGB Variations
Color information
#8D0DED (or 0x8D0DED) is known color: Dark Violet. HEX triplet: 8D, 0D and ED. RGB value is (141,13,237). Sum of RGB (Red+Green+Blue) = 141+13+237=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D0DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0DED is #72F212. Grayscale: #4C4C4C. Windows color (decimal): -7533075 or 15535501. OLE color: 15535501.
HSL color Cylindrical-coordinate representation of color #8D0DED: hue angle of 274.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0DED is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 13 | 237 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.07 |
| HSL | 274.29º | 0.9% | 0.49% | - |
| HSV(B) | 274.29º | 0.95% | 0.93% | - |
| XYZ | 26.41 | 12.06 | 81.06 | - |
| YUV | 76.81 | 218.41 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 13 | 237 | 0.41 | 0.95 | 0 | 0.07 | 274.29 | 0.9 | 0.49 |
| Hex | 8D | D | ED | 29 | 5F | 0 | 7 | 112 | 5A | 31 |
| Octal | 215 | 15 | 355 | 51 | 137 | 0 | 7 | 422 | 132 | 61 |
| Binary | 10001101 | 1101 | 11101101 | 101001 | 1011111 | 0 | 111 | 100010010 | 1011010 | 110001 |
Color Harmonies of #8D0DED
Complementary color
Monochromatic Colors of #8D0DED
Black with #8D0DED
Text Example
Text Example
White with #8D0DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0DED; }
p { color: rgb(141,13,237); }
H1.HeaderClassName
{
color: #8D0DED;
}
.AnyTagClassName
{
color: #8D0DED;
}
</style>
background-color css
<style>
a { background-color: #8D0DED; }
a { background-color: rgb(141,13,237); }
div.DivClassName
{
background-color: #8D0DED;
}
.BgClassName
{
background-color: #8D0DED;
}
</style>
border-color css
<style>
span { border-color: #8D0DED; }
span { border-color: rgb(141,13,237); }
td.TdClassName
{
border-color: #8D0DED;
}
.TagClassName
{
border-color: #8D0DED;
}
</style>