Shades of Dark Orchid #9F17C1
Tints of Dark Orchid #9F17C1
RGB
CMYK
RGB Variations
Color information
#9F17C1 (or 0x9F17C1) is known color: Dark Orchid. HEX triplet: 9F, 17 and C1. RGB value is (159,23,193). Sum of RGB (Red+Green+Blue) = 159+23+193=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F17C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F17C1 is #60E83E. Grayscale: #525252. Windows color (decimal): -6350911 or 12654495. OLE color: 12654495.
HSL color Cylindrical-coordinate representation of color #9F17C1: hue angle of 288º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F17C1 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 23 | 193 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.24 |
| HSL | 288º | 0.79% | 0.42% | - |
| HSV(B) | 288º | 0.88% | 0.76% | - |
| XYZ | 24.23 | 11.83 | 51.46 | - |
| YUV | 83.04 | 190.06 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 193 | 0.18 | 0.88 | 0 | 0.24 | 288 | 0.79 | 0.42 |
| Hex | 9F | 17 | C1 | 12 | 58 | 0 | 18 | 120 | 4F | 2A |
| Octal | 237 | 27 | 301 | 22 | 130 | 0 | 30 | 440 | 117 | 52 |
| Binary | 10011111 | 10111 | 11000001 | 10010 | 1011000 | 0 | 11000 | 100100000 | 1001111 | 101010 |
Color Harmonies of #9F17C1
Complementary color
Monochromatic Colors of #9F17C1
Black with #9F17C1
Text Example
Text Example
White with #9F17C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F17C1; }
p { color: rgb(159,23,193); }
H1.HeaderClassName
{
color: #9F17C1;
}
.AnyTagClassName
{
color: #9F17C1;
}
</style>
background-color css
<style>
a { background-color: #9F17C1; }
a { background-color: rgb(159,23,193); }
div.DivClassName
{
background-color: #9F17C1;
}
.BgClassName
{
background-color: #9F17C1;
}
</style>
border-color css
<style>
span { border-color: #9F17C1; }
span { border-color: rgb(159,23,193); }
td.TdClassName
{
border-color: #9F17C1;
}
.TagClassName
{
border-color: #9F17C1;
}
</style>