Shades of Dark Orchid #8D16B0
Tints of Dark Orchid #8D16B0
RGB
CMYK
RGB Variations
Color information
#8D16B0 (or 0x8D16B0) is known color: Dark Orchid. HEX triplet: 8D, 16 and B0. RGB value is (141,22,176). Sum of RGB (Red+Green+Blue) = 141+22+176=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #8D16B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D16B0 is #72E94F. Grayscale: #4A4A4A. Windows color (decimal): -7530832 or 11540109. OLE color: 11540109.
HSL color Cylindrical-coordinate representation of color #8D16B0: hue angle of 286.36º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D16B0 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 22 | 176 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.31 |
| HSL | 286.36º | 0.78% | 0.39% | - |
| HSV(B) | 286.36º | 0.88% | 0.69% | - |
| XYZ | 19.11 | 9.37 | 41.88 | - |
| YUV | 75.14 | 184.92 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 176 | 0.20 | 0.88 | 0 | 0.31 | 286.36 | 0.78 | 0.39 |
| Hex | 8D | 16 | B0 | 14 | 58 | 0 | 1F | 11E | 4E | 27 |
| Octal | 215 | 26 | 260 | 24 | 130 | 0 | 37 | 436 | 116 | 47 |
| Binary | 10001101 | 10110 | 10110000 | 10100 | 1011000 | 0 | 11111 | 100011110 | 1001110 | 100111 |
Color Harmonies of #8D16B0
Complementary color
Monochromatic Colors of #8D16B0
Black with #8D16B0
Text Example
Text Example
White with #8D16B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D16B0; }
p { color: rgb(141,22,176); }
H1.HeaderClassName
{
color: #8D16B0;
}
.AnyTagClassName
{
color: #8D16B0;
}
</style>
background-color css
<style>
a { background-color: #8D16B0; }
a { background-color: rgb(141,22,176); }
div.DivClassName
{
background-color: #8D16B0;
}
.BgClassName
{
background-color: #8D16B0;
}
</style>
border-color css
<style>
span { border-color: #8D16B0; }
span { border-color: rgb(141,22,176); }
td.TdClassName
{
border-color: #8D16B0;
}
.TagClassName
{
border-color: #8D16B0;
}
</style>