Shades of Dark Orchid #8D19B7
Tints of Dark Orchid #8D19B7
RGB
CMYK
RGB Variations
Color information
#8D19B7 (or 0x8D19B7) is known color: Dark Orchid. HEX triplet: 8D, 19 and B7. RGB value is (141,25,183). Sum of RGB (Red+Green+Blue) = 141+25+183=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 183 (71.88% from 255 or 52.44% from 349); Max value from RGB is 183 - color contains mainly: blue. Hex color #8D19B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D19B7 is #72E648. Grayscale: #4D4D4D. Windows color (decimal): -7530057 or 11999629. OLE color: 11999629.
HSL color Cylindrical-coordinate representation of color #8D19B7: hue angle of 284.05º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D19B7 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 25 | 183 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.28 |
| HSL | 284.05º | 0.76% | 0.41% | - |
| HSV(B) | 284.05º | 0.86% | 0.72% | - |
| XYZ | 19.88 | 9.78 | 45.64 | - |
| YUV | 77.7 | 187.43 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 183 | 0.23 | 0.86 | 0 | 0.28 | 284.05 | 0.76 | 0.41 |
| Hex | 8D | 19 | B7 | 17 | 56 | 0 | 1C | 11C | 4C | 29 |
| Octal | 215 | 31 | 267 | 27 | 126 | 0 | 34 | 434 | 114 | 51 |
| Binary | 10001101 | 11001 | 10110111 | 10111 | 1010110 | 0 | 11100 | 100011100 | 1001100 | 101001 |
Color Harmonies of #8D19B7
Complementary color
Monochromatic Colors of #8D19B7
Black with #8D19B7
Text Example
Text Example
White with #8D19B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D19B7; }
p { color: rgb(141,25,183); }
H1.HeaderClassName
{
color: #8D19B7;
}
.AnyTagClassName
{
color: #8D19B7;
}
</style>
background-color css
<style>
a { background-color: #8D19B7; }
a { background-color: rgb(141,25,183); }
div.DivClassName
{
background-color: #8D19B7;
}
.BgClassName
{
background-color: #8D19B7;
}
</style>
border-color css
<style>
span { border-color: #8D19B7; }
span { border-color: rgb(141,25,183); }
td.TdClassName
{
border-color: #8D19B7;
}
.TagClassName
{
border-color: #8D19B7;
}
</style>