Shades of Dark Orchid #8D1ED0
Tints of Dark Orchid #8D1ED0
RGB
CMYK
RGB Variations
Color information
#8D1ED0 (or 0x8D1ED0) is known color: Dark Orchid. HEX triplet: 8D, 1E and D0. RGB value is (141,30,208). Sum of RGB (Red+Green+Blue) = 141+30+208=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D1ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1ED0 is #72E12F. Grayscale: #525252. Windows color (decimal): -7528752 or 13639309. OLE color: 13639309.
HSL color Cylindrical-coordinate representation of color #8D1ED0: hue angle of 277.42º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1ED0 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 30 | 208 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.18 |
| HSL | 277.42º | 0.75% | 0.47% | - |
| HSV(B) | 277.42º | 0.86% | 0.82% | - |
| XYZ | 22.83 | 11.15 | 60.62 | - |
| YUV | 83.48 | 198.27 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 30 | 208 | 0.32 | 0.86 | 0 | 0.18 | 277.42 | 0.75 | 0.47 |
| Hex | 8D | 1E | D0 | 20 | 56 | 0 | 12 | 115 | 4B | 2F |
| Octal | 215 | 36 | 320 | 40 | 126 | 0 | 22 | 425 | 113 | 57 |
| Binary | 10001101 | 11110 | 11010000 | 100000 | 1010110 | 0 | 10010 | 100010101 | 1001011 | 101111 |
Color Harmonies of #8D1ED0
Complementary color
Monochromatic Colors of #8D1ED0
Black with #8D1ED0
Text Example
Text Example
White with #8D1ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1ED0; }
p { color: rgb(141,30,208); }
H1.HeaderClassName
{
color: #8D1ED0;
}
.AnyTagClassName
{
color: #8D1ED0;
}
</style>
background-color css
<style>
a { background-color: #8D1ED0; }
a { background-color: rgb(141,30,208); }
div.DivClassName
{
background-color: #8D1ED0;
}
.BgClassName
{
background-color: #8D1ED0;
}
</style>
border-color css
<style>
span { border-color: #8D1ED0; }
span { border-color: rgb(141,30,208); }
td.TdClassName
{
border-color: #8D1ED0;
}
.TagClassName
{
border-color: #8D1ED0;
}
</style>