Shades of Dark Violet #8D0ADD
Tints of Dark Violet #8D0ADD
RGB
CMYK
RGB Variations
Color information
#8D0ADD (or 0x8D0ADD) is known color: Dark Violet. HEX triplet: 8D, 0A and DD. RGB value is (141,10,221). Sum of RGB (Red+Green+Blue) = 141+10+221=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D0ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0ADD is #72F522. Grayscale: #484848. Windows color (decimal): -7533859 or 14486157. OLE color: 14486157.
HSL color Cylindrical-coordinate representation of color #8D0ADD: hue angle of 277.25º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0ADD is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 10 | 221 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.13 |
| HSL | 277.25º | 0.91% | 0.45% | - |
| HSV(B) | 277.25º | 0.95% | 0.87% | - |
| XYZ | 24.14 | 11.1 | 69.28 | - |
| YUV | 73.22 | 211.4 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 221 | 0.36 | 0.95 | 0 | 0.13 | 277.25 | 0.91 | 0.45 |
| Hex | 8D | A | DD | 24 | 5F | 0 | D | 115 | 5B | 2D |
| Octal | 215 | 12 | 335 | 44 | 137 | 0 | 15 | 425 | 133 | 55 |
| Binary | 10001101 | 1010 | 11011101 | 100100 | 1011111 | 0 | 1101 | 100010101 | 1011011 | 101101 |
Color Harmonies of #8D0ADD
Complementary color
Monochromatic Colors of #8D0ADD
Black with #8D0ADD
Text Example
Text Example
White with #8D0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0ADD; }
p { color: rgb(141,10,221); }
H1.HeaderClassName
{
color: #8D0ADD;
}
.AnyTagClassName
{
color: #8D0ADD;
}
</style>
background-color css
<style>
a { background-color: #8D0ADD; }
a { background-color: rgb(141,10,221); }
div.DivClassName
{
background-color: #8D0ADD;
}
.BgClassName
{
background-color: #8D0ADD;
}
</style>
border-color css
<style>
span { border-color: #8D0ADD; }
span { border-color: rgb(141,10,221); }
td.TdClassName
{
border-color: #8D0ADD;
}
.TagClassName
{
border-color: #8D0ADD;
}
</style>