Shades of Dark Orchid #8D1EBA
Tints of Dark Orchid #8D1EBA
RGB
CMYK
RGB Variations
Color information
#8D1EBA (or 0x8D1EBA) is known color: Dark Orchid. HEX triplet: 8D, 1E and BA. RGB value is (141,30,186). Sum of RGB (Red+Green+Blue) = 141+30+186=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1EBA is #72E145. Grayscale: #505050. Windows color (decimal): -7528774 or 12197517. OLE color: 12197517.
HSL color Cylindrical-coordinate representation of color #8D1EBA: hue angle of 282.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1EBA is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 30 | 186 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.27 |
| HSL | 282.69º | 0.72% | 0.42% | - |
| HSV(B) | 282.69º | 0.84% | 0.73% | - |
| XYZ | 20.31 | 10.14 | 47.34 | - |
| YUV | 80.97 | 187.27 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 30 | 186 | 0.24 | 0.84 | 0 | 0.27 | 282.69 | 0.72 | 0.42 |
| Hex | 8D | 1E | BA | 18 | 54 | 0 | 1B | 11B | 48 | 2A |
| Octal | 215 | 36 | 272 | 30 | 124 | 0 | 33 | 433 | 110 | 52 |
| Binary | 10001101 | 11110 | 10111010 | 11000 | 1010100 | 0 | 11011 | 100011011 | 1001000 | 101010 |
Color Harmonies of #8D1EBA
Complementary color
Monochromatic Colors of #8D1EBA
Black with #8D1EBA
Text Example
Text Example
White with #8D1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1EBA; }
p { color: rgb(141,30,186); }
H1.HeaderClassName
{
color: #8D1EBA;
}
.AnyTagClassName
{
color: #8D1EBA;
}
</style>
background-color css
<style>
a { background-color: #8D1EBA; }
a { background-color: rgb(141,30,186); }
div.DivClassName
{
background-color: #8D1EBA;
}
.BgClassName
{
background-color: #8D1EBA;
}
</style>
border-color css
<style>
span { border-color: #8D1EBA; }
span { border-color: rgb(141,30,186); }
td.TdClassName
{
border-color: #8D1EBA;
}
.TagClassName
{
border-color: #8D1EBA;
}
</style>