Shades of Dark Orchid #8D47CB
Tints of Dark Orchid #8D47CB
RGB
CMYK
RGB Variations
Color information
#8D47CB (or 0x8D47CB) is known color: Dark Orchid. HEX triplet: 8D, 47 and CB. RGB value is (141,71,203). Sum of RGB (Red+Green+Blue) = 141+71+203=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D47CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D47CB is #72B834. Grayscale: #6A6A6A. Windows color (decimal): -7518261 or 13322125. OLE color: 13322125.
HSL color Cylindrical-coordinate representation of color #8D47CB: hue angle of 271.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D47CB is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 71 | 203 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.20 |
| HSL | 271.82º | 0.56% | 0.54% | - |
| HSV(B) | 271.82º | 0.65% | 0.8% | - |
| XYZ | 24.02 | 14.48 | 58.03 | - |
| YUV | 106.98 | 182.19 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 203 | 0.31 | 0.65 | 0 | 0.20 | 271.82 | 0.56 | 0.54 |
| Hex | 8D | 47 | CB | 1F | 41 | 0 | 14 | 110 | 38 | 36 |
| Octal | 215 | 107 | 313 | 37 | 101 | 0 | 24 | 420 | 70 | 66 |
| Binary | 10001101 | 1000111 | 11001011 | 11111 | 1000001 | 0 | 10100 | 100010000 | 111000 | 110110 |
Color Harmonies of #8D47CB
Complementary color
Monochromatic Colors of #8D47CB
Black with #8D47CB
Text Example
Text Example
White with #8D47CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D47CB; }
p { color: rgb(141,71,203); }
H1.HeaderClassName
{
color: #8D47CB;
}
.AnyTagClassName
{
color: #8D47CB;
}
</style>
background-color css
<style>
a { background-color: #8D47CB; }
a { background-color: rgb(141,71,203); }
div.DivClassName
{
background-color: #8D47CB;
}
.BgClassName
{
background-color: #8D47CB;
}
</style>
border-color css
<style>
span { border-color: #8D47CB; }
span { border-color: rgb(141,71,203); }
td.TdClassName
{
border-color: #8D47CB;
}
.TagClassName
{
border-color: #8D47CB;
}
</style>