Shades of Dark Orchid #8D1EBE
Tints of Dark Orchid #8D1EBE
RGB
CMYK
RGB Variations
Color information
#8D1EBE (or 0x8D1EBE) is known color: Dark Orchid. HEX triplet: 8D, 1E and BE. RGB value is (141,30,190). Sum of RGB (Red+Green+Blue) = 141+30+190=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D1EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1EBE is #72E141. Grayscale: #505050. Windows color (decimal): -7528770 or 12459661. OLE color: 12459661.
HSL color Cylindrical-coordinate representation of color #8D1EBE: hue angle of 281.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1EBE is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 30 | 190 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.25 |
| HSL | 281.63º | 0.73% | 0.43% | - |
| HSV(B) | 281.63º | 0.84% | 0.75% | - |
| XYZ | 20.74 | 10.31 | 49.61 | - |
| YUV | 81.43 | 189.27 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 30 | 190 | 0.26 | 0.84 | 0 | 0.25 | 281.63 | 0.73 | 0.43 |
| Hex | 8D | 1E | BE | 1A | 54 | 0 | 19 | 11A | 49 | 2B |
| Octal | 215 | 36 | 276 | 32 | 124 | 0 | 31 | 432 | 111 | 53 |
| Binary | 10001101 | 11110 | 10111110 | 11010 | 1010100 | 0 | 11001 | 100011010 | 1001001 | 101011 |
Color Harmonies of #8D1EBE
Complementary color
Monochromatic Colors of #8D1EBE
Black with #8D1EBE
Text Example
Text Example
White with #8D1EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1EBE; }
p { color: rgb(141,30,190); }
H1.HeaderClassName
{
color: #8D1EBE;
}
.AnyTagClassName
{
color: #8D1EBE;
}
</style>
background-color css
<style>
a { background-color: #8D1EBE; }
a { background-color: rgb(141,30,190); }
div.DivClassName
{
background-color: #8D1EBE;
}
.BgClassName
{
background-color: #8D1EBE;
}
</style>
border-color css
<style>
span { border-color: #8D1EBE; }
span { border-color: rgb(141,30,190); }
td.TdClassName
{
border-color: #8D1EBE;
}
.TagClassName
{
border-color: #8D1EBE;
}
</style>