Shades of Dark Orchid #8D47CE
Tints of Dark Orchid #8D47CE
RGB
CMYK
RGB Variations
Color information
#8D47CE (or 0x8D47CE) is known color: Dark Orchid. HEX triplet: 8D, 47 and CE. RGB value is (141,71,206). Sum of RGB (Red+Green+Blue) = 141+71+206=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D47CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D47CE is #72B831. Grayscale: #6A6A6A. Windows color (decimal): -7518258 or 13518733. OLE color: 13518733.
HSL color Cylindrical-coordinate representation of color #8D47CE: hue angle of 271.11º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D47CE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 71 | 206 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.19 |
| HSL | 271.11º | 0.58% | 0.54% | - |
| HSV(B) | 271.11º | 0.66% | 0.81% | - |
| XYZ | 24.38 | 14.63 | 59.93 | - |
| YUV | 107.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 206 | 0.32 | 0.66 | 0 | 0.19 | 271.11 | 0.58 | 0.54 |
| Hex | 8D | 47 | CE | 20 | 42 | 0 | 13 | 10F | 3A | 36 |
| Octal | 215 | 107 | 316 | 40 | 102 | 0 | 23 | 417 | 72 | 66 |
| Binary | 10001101 | 1000111 | 11001110 | 100000 | 1000010 | 0 | 10011 | 100001111 | 111010 | 110110 |
Color Harmonies of #8D47CE
Complementary color
Monochromatic Colors of #8D47CE
Black with #8D47CE
Text Example
Text Example
White with #8D47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D47CE; }
p { color: rgb(141,71,206); }
H1.HeaderClassName
{
color: #8D47CE;
}
.AnyTagClassName
{
color: #8D47CE;
}
</style>
background-color css
<style>
a { background-color: #8D47CE; }
a { background-color: rgb(141,71,206); }
div.DivClassName
{
background-color: #8D47CE;
}
.BgClassName
{
background-color: #8D47CE;
}
</style>
border-color css
<style>
span { border-color: #8D47CE; }
span { border-color: rgb(141,71,206); }
td.TdClassName
{
border-color: #8D47CE;
}
.TagClassName
{
border-color: #8D47CE;
}
</style>