Shades of Dark Orchid #9F18AD
Tints of Dark Orchid #9F18AD
RGB
CMYK
RGB Variations
Color information
#9F18AD (or 0x9F18AD) is known color: Dark Orchid. HEX triplet: 9F, 18 and AD. RGB value is (159,24,173). Sum of RGB (Red+Green+Blue) = 159+24+173=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F18AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F18AD is #60E752. Grayscale: #505050. Windows color (decimal): -6350675 or 11344031. OLE color: 11344031.
HSL color Cylindrical-coordinate representation of color #9F18AD: hue angle of 294.36º 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 #9F18AD is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 24 | 173 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.32 |
| HSL | 294.36º | 0.76% | 0.39% | - |
| HSV(B) | 294.36º | 0.86% | 0.68% | - |
| XYZ | 22.17 | 11.04 | 40.5 | - |
| YUV | 81.35 | 179.73 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 173 | 0.08 | 0.86 | 0 | 0.32 | 294.36 | 0.76 | 0.39 |
| Hex | 9F | 18 | AD | 8 | 56 | 0 | 20 | 126 | 4C | 27 |
| Octal | 237 | 30 | 255 | 10 | 126 | 0 | 40 | 446 | 114 | 47 |
| Binary | 10011111 | 11000 | 10101101 | 1000 | 1010110 | 0 | 100000 | 100100110 | 1001100 | 100111 |
Color Harmonies of #9F18AD
Complementary color
Monochromatic Colors of #9F18AD
Black with #9F18AD
Text Example
Text Example
White with #9F18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F18AD; }
p { color: rgb(159,24,173); }
H1.HeaderClassName
{
color: #9F18AD;
}
.AnyTagClassName
{
color: #9F18AD;
}
</style>
background-color css
<style>
a { background-color: #9F18AD; }
a { background-color: rgb(159,24,173); }
div.DivClassName
{
background-color: #9F18AD;
}
.BgClassName
{
background-color: #9F18AD;
}
</style>
border-color css
<style>
span { border-color: #9F18AD; }
span { border-color: rgb(159,24,173); }
td.TdClassName
{
border-color: #9F18AD;
}
.TagClassName
{
border-color: #9F18AD;
}
</style>