Shades of Dark Orchid #8D1BB9
Tints of Dark Orchid #8D1BB9
RGB
CMYK
RGB Variations
Color information
#8D1BB9 (or 0x8D1BB9) is known color: Dark Orchid. HEX triplet: 8D, 1B and B9. RGB value is (141,27,185). Sum of RGB (Red+Green+Blue) = 141+27+185=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #8D1BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1BB9 is #72E446. Grayscale: #4E4E4E. Windows color (decimal): -7529543 or 12131213. OLE color: 12131213.
HSL color Cylindrical-coordinate representation of color #8D1BB9: hue angle of 283.29º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1BB9 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 27 | 185 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.27 |
| HSL | 283.29º | 0.75% | 0.42% | - |
| HSV(B) | 283.29º | 0.85% | 0.73% | - |
| XYZ | 20.13 | 9.95 | 46.76 | - |
| YUV | 79.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 185 | 0.24 | 0.85 | 0 | 0.27 | 283.29 | 0.75 | 0.42 |
| Hex | 8D | 1B | B9 | 18 | 55 | 0 | 1B | 11B | 4B | 2A |
| Octal | 215 | 33 | 271 | 30 | 125 | 0 | 33 | 433 | 113 | 52 |
| Binary | 10001101 | 11011 | 10111001 | 11000 | 1010101 | 0 | 11011 | 100011011 | 1001011 | 101010 |
Color Harmonies of #8D1BB9
Complementary color
Monochromatic Colors of #8D1BB9
Black with #8D1BB9
Text Example
Text Example
White with #8D1BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1BB9; }
p { color: rgb(141,27,185); }
H1.HeaderClassName
{
color: #8D1BB9;
}
.AnyTagClassName
{
color: #8D1BB9;
}
</style>
background-color css
<style>
a { background-color: #8D1BB9; }
a { background-color: rgb(141,27,185); }
div.DivClassName
{
background-color: #8D1BB9;
}
.BgClassName
{
background-color: #8D1BB9;
}
</style>
border-color css
<style>
span { border-color: #8D1BB9; }
span { border-color: rgb(141,27,185); }
td.TdClassName
{
border-color: #8D1BB9;
}
.TagClassName
{
border-color: #8D1BB9;
}
</style>