Shades of Dark Orchid #9F17AD
Tints of Dark Orchid #9F17AD
RGB
CMYK
RGB Variations
Color information
#9F17AD (or 0x9F17AD) is known color: Dark Orchid. HEX triplet: 9F, 17 and AD. RGB value is (159,23,173). Sum of RGB (Red+Green+Blue) = 159+23+173=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F17AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F17AD is #60E852. Grayscale: #505050. Windows color (decimal): -6350931 or 11343775. OLE color: 11343775.
HSL color Cylindrical-coordinate representation of color #9F17AD: hue angle of 294.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F17AD is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 23 | 173 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.32 |
| HSL | 294.4º | 0.77% | 0.38% | - |
| HSV(B) | 294.4º | 0.87% | 0.68% | - |
| XYZ | 22.15 | 11 | 40.49 | - |
| YUV | 80.76 | 180.06 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 173 | 0.08 | 0.87 | 0 | 0.32 | 294.4 | 0.77 | 0.38 |
| Hex | 9F | 17 | AD | 8 | 57 | 0 | 20 | 126 | 4D | 26 |
| Octal | 237 | 27 | 255 | 10 | 127 | 0 | 40 | 446 | 115 | 46 |
| Binary | 10011111 | 10111 | 10101101 | 1000 | 1010111 | 0 | 100000 | 100100110 | 1001101 | 100110 |
Color Harmonies of #9F17AD
Complementary color
Monochromatic Colors of #9F17AD
Black with #9F17AD
Text Example
Text Example
White with #9F17AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F17AD; }
p { color: rgb(159,23,173); }
H1.HeaderClassName
{
color: #9F17AD;
}
.AnyTagClassName
{
color: #9F17AD;
}
</style>
background-color css
<style>
a { background-color: #9F17AD; }
a { background-color: rgb(159,23,173); }
div.DivClassName
{
background-color: #9F17AD;
}
.BgClassName
{
background-color: #9F17AD;
}
</style>
border-color css
<style>
span { border-color: #9F17AD; }
span { border-color: rgb(159,23,173); }
td.TdClassName
{
border-color: #9F17AD;
}
.TagClassName
{
border-color: #9F17AD;
}
</style>