Shades of Dark Violet #8D0FDA
Tints of Dark Violet #8D0FDA
RGB
CMYK
RGB Variations
Color information
#8D0FDA (or 0x8D0FDA) is known color: Dark Violet. HEX triplet: 8D, 0F and DA. RGB value is (141,15,218). Sum of RGB (Red+Green+Blue) = 141+15+218=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D0FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0FDA is #72F025. Grayscale: #4B4B4B. Windows color (decimal): -7532582 or 14290829. OLE color: 14290829.
HSL color Cylindrical-coordinate representation of color #8D0FDA: hue angle of 277.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0FDA is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 15 | 218 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.15 |
| HSL | 277.24º | 0.87% | 0.46% | - |
| HSV(B) | 277.24º | 0.93% | 0.85% | - |
| XYZ | 23.81 | 11.07 | 67.21 | - |
| YUV | 75.82 | 208.24 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 15 | 218 | 0.35 | 0.93 | 0 | 0.15 | 277.24 | 0.87 | 0.46 |
| Hex | 8D | F | DA | 23 | 5D | 0 | F | 115 | 57 | 2E |
| Octal | 215 | 17 | 332 | 43 | 135 | 0 | 17 | 425 | 127 | 56 |
| Binary | 10001101 | 1111 | 11011010 | 100011 | 1011101 | 0 | 1111 | 100010101 | 1010111 | 101110 |
Color Harmonies of #8D0FDA
Complementary color
Monochromatic Colors of #8D0FDA
Black with #8D0FDA
Text Example
Text Example
White with #8D0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0FDA; }
p { color: rgb(141,15,218); }
H1.HeaderClassName
{
color: #8D0FDA;
}
.AnyTagClassName
{
color: #8D0FDA;
}
</style>
background-color css
<style>
a { background-color: #8D0FDA; }
a { background-color: rgb(141,15,218); }
div.DivClassName
{
background-color: #8D0FDA;
}
.BgClassName
{
background-color: #8D0FDA;
}
</style>
border-color css
<style>
span { border-color: #8D0FDA; }
span { border-color: rgb(141,15,218); }
td.TdClassName
{
border-color: #8D0FDA;
}
.TagClassName
{
border-color: #8D0FDA;
}
</style>