Shades of Dark Orchid #8D1EB7
Tints of Dark Orchid #8D1EB7
RGB
CMYK
RGB Variations
Color information
#8D1EB7 (or 0x8D1EB7) is known color: Dark Orchid. HEX triplet: 8D, 1E and B7. RGB value is (141,30,183). Sum of RGB (Red+Green+Blue) = 141+30+183=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 183 (71.88% from 255 or 51.69% from 354); Max value from RGB is 183 - color contains mainly: blue. Hex color #8D1EB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1EB7 is #72E148. Grayscale: #505050. Windows color (decimal): -7528777 or 12000909. OLE color: 12000909.
HSL color Cylindrical-coordinate representation of color #8D1EB7: hue angle of 283.53º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1EB7 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 30 | 183 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.28 |
| HSL | 283.53º | 0.72% | 0.42% | - |
| HSV(B) | 283.53º | 0.84% | 0.72% | - |
| XYZ | 20 | 10.01 | 45.68 | - |
| YUV | 80.63 | 185.77 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 30 | 183 | 0.23 | 0.84 | 0 | 0.28 | 283.53 | 0.72 | 0.42 |
| Hex | 8D | 1E | B7 | 17 | 54 | 0 | 1C | 11C | 48 | 2A |
| Octal | 215 | 36 | 267 | 27 | 124 | 0 | 34 | 434 | 110 | 52 |
| Binary | 10001101 | 11110 | 10110111 | 10111 | 1010100 | 0 | 11100 | 100011100 | 1001000 | 101010 |
Color Harmonies of #8D1EB7
Complementary color
Monochromatic Colors of #8D1EB7
Black with #8D1EB7
Text Example
Text Example
White with #8D1EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1EB7; }
p { color: rgb(141,30,183); }
H1.HeaderClassName
{
color: #8D1EB7;
}
.AnyTagClassName
{
color: #8D1EB7;
}
</style>
background-color css
<style>
a { background-color: #8D1EB7; }
a { background-color: rgb(141,30,183); }
div.DivClassName
{
background-color: #8D1EB7;
}
.BgClassName
{
background-color: #8D1EB7;
}
</style>
border-color css
<style>
span { border-color: #8D1EB7; }
span { border-color: rgb(141,30,183); }
td.TdClassName
{
border-color: #8D1EB7;
}
.TagClassName
{
border-color: #8D1EB7;
}
</style>