Shades of Dark Violet #8D0AED
Tints of Dark Violet #8D0AED
RGB
CMYK
RGB Variations
Color information
#8D0AED (or 0x8D0AED) is known color: Dark Violet. HEX triplet: 8D, 0A and ED. RGB value is (141,10,237). Sum of RGB (Red+Green+Blue) = 141+10+237=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D0AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0AED is #72F512. Grayscale: #4A4A4A. Windows color (decimal): -7533843 or 15534733. OLE color: 15534733.
HSL color Cylindrical-coordinate representation of color #8D0AED: hue angle of 274.63º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0AED is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 10 | 237 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.07 |
| HSL | 274.63º | 0.92% | 0.48% | - |
| HSV(B) | 274.63º | 0.96% | 0.93% | - |
| XYZ | 26.38 | 11.99 | 81.05 | - |
| YUV | 75.05 | 219.4 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 237 | 0.41 | 0.96 | 0 | 0.07 | 274.63 | 0.92 | 0.48 |
| Hex | 8D | A | ED | 29 | 60 | 0 | 7 | 113 | 5C | 30 |
| Octal | 215 | 12 | 355 | 51 | 140 | 0 | 7 | 423 | 134 | 60 |
| Binary | 10001101 | 1010 | 11101101 | 101001 | 1100000 | 0 | 111 | 100010011 | 1011100 | 110000 |
Color Harmonies of #8D0AED
Complementary color
Monochromatic Colors of #8D0AED
Black with #8D0AED
Text Example
Text Example
White with #8D0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0AED; }
p { color: rgb(141,10,237); }
H1.HeaderClassName
{
color: #8D0AED;
}
.AnyTagClassName
{
color: #8D0AED;
}
</style>
background-color css
<style>
a { background-color: #8D0AED; }
a { background-color: rgb(141,10,237); }
div.DivClassName
{
background-color: #8D0AED;
}
.BgClassName
{
background-color: #8D0AED;
}
</style>
border-color css
<style>
span { border-color: #8D0AED; }
span { border-color: rgb(141,10,237); }
td.TdClassName
{
border-color: #8D0AED;
}
.TagClassName
{
border-color: #8D0AED;
}
</style>