Shades of Dark Orchid #8F18AD
Tints of Dark Orchid #8F18AD
RGB
CMYK
RGB Variations
Color information
#8F18AD (or 0x8F18AD) is known color: Dark Orchid. HEX triplet: 8F, 18 and AD. RGB value is (143,24,173). Sum of RGB (Red+Green+Blue) = 143+24+173=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F18AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F18AD is #70E752. Grayscale: #4C4C4C. Windows color (decimal): -7399251 or 11344015. OLE color: 11344015.
HSL color Cylindrical-coordinate representation of color #8F18AD: hue angle of 287.92º 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 #8F18AD is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 24 | 173 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.32 |
| HSL | 287.92º | 0.76% | 0.39% | - |
| HSV(B) | 287.92º | 0.86% | 0.68% | - |
| XYZ | 19.2 | 9.51 | 40.36 | - |
| YUV | 76.57 | 182.42 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 173 | 0.17 | 0.86 | 0 | 0.32 | 287.92 | 0.76 | 0.39 |
| Hex | 8F | 18 | AD | 11 | 56 | 0 | 20 | 120 | 4C | 27 |
| Octal | 217 | 30 | 255 | 21 | 126 | 0 | 40 | 440 | 114 | 47 |
| Binary | 10001111 | 11000 | 10101101 | 10001 | 1010110 | 0 | 100000 | 100100000 | 1001100 | 100111 |
Color Harmonies of #8F18AD
Complementary color
Monochromatic Colors of #8F18AD
Black with #8F18AD
Text Example
Text Example
White with #8F18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F18AD; }
p { color: rgb(143,24,173); }
H1.HeaderClassName
{
color: #8F18AD;
}
.AnyTagClassName
{
color: #8F18AD;
}
</style>
background-color css
<style>
a { background-color: #8F18AD; }
a { background-color: rgb(143,24,173); }
div.DivClassName
{
background-color: #8F18AD;
}
.BgClassName
{
background-color: #8F18AD;
}
</style>
border-color css
<style>
span { border-color: #8F18AD; }
span { border-color: rgb(143,24,173); }
td.TdClassName
{
border-color: #8F18AD;
}
.TagClassName
{
border-color: #8F18AD;
}
</style>