Shades of Dark Orchid #8D18AD
Tints of Dark Orchid #8D18AD
RGB
CMYK
RGB Variations
Color information
#8D18AD (or 0x8D18AD) is known color: Dark Orchid. HEX triplet: 8D, 18 and AD. RGB value is (141,24,173). Sum of RGB (Red+Green+Blue) = 141+24+173=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D18AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D18AD is #72E752. Grayscale: #4B4B4B. Windows color (decimal): -7530323 or 11344013. OLE color: 11344013.
HSL color Cylindrical-coordinate representation of color #8D18AD: hue angle of 287.11º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D18AD is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 24 | 173 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.32 |
| HSL | 287.11º | 0.76% | 0.39% | - |
| HSV(B) | 287.11º | 0.86% | 0.68% | - |
| XYZ | 18.85 | 9.33 | 40.34 | - |
| YUV | 75.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 173 | 0.18 | 0.86 | 0 | 0.32 | 287.11 | 0.76 | 0.39 |
| Hex | 8D | 18 | AD | 12 | 56 | 0 | 20 | 11F | 4C | 27 |
| Octal | 215 | 30 | 255 | 22 | 126 | 0 | 40 | 437 | 114 | 47 |
| Binary | 10001101 | 11000 | 10101101 | 10010 | 1010110 | 0 | 100000 | 100011111 | 1001100 | 100111 |
Color Harmonies of #8D18AD
Complementary color
Monochromatic Colors of #8D18AD
Black with #8D18AD
Text Example
Text Example
White with #8D18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D18AD; }
p { color: rgb(141,24,173); }
H1.HeaderClassName
{
color: #8D18AD;
}
.AnyTagClassName
{
color: #8D18AD;
}
</style>
background-color css
<style>
a { background-color: #8D18AD; }
a { background-color: rgb(141,24,173); }
div.DivClassName
{
background-color: #8D18AD;
}
.BgClassName
{
background-color: #8D18AD;
}
</style>
border-color css
<style>
span { border-color: #8D18AD; }
span { border-color: rgb(141,24,173); }
td.TdClassName
{
border-color: #8D18AD;
}
.TagClassName
{
border-color: #8D18AD;
}
</style>