Shades of Dark Orchid #9F20CF
Tints of Dark Orchid #9F20CF
RGB
CMYK
RGB Variations
Color information
#9F20CF (or 0x9F20CF) is known color: Dark Orchid. HEX triplet: 9F, 20 and CF. RGB value is (159,32,207). Sum of RGB (Red+Green+Blue) = 159+32+207=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F20CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F20CF is #60DF30. Grayscale: #595959. Windows color (decimal): -6348593 or 13574303. OLE color: 13574303.
HSL color Cylindrical-coordinate representation of color #9F20CF: hue angle of 283.54º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F20CF is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 32 | 207 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.19 |
| HSL | 283.54º | 0.73% | 0.47% | - |
| HSV(B) | 283.54º | 0.85% | 0.81% | - |
| XYZ | 26.08 | 12.91 | 60.15 | - |
| YUV | 89.92 | 194.08 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 207 | 0.23 | 0.85 | 0 | 0.19 | 283.54 | 0.73 | 0.47 |
| Hex | 9F | 20 | CF | 17 | 55 | 0 | 13 | 11C | 49 | 2F |
| Octal | 237 | 40 | 317 | 27 | 125 | 0 | 23 | 434 | 111 | 57 |
| Binary | 10011111 | 100000 | 11001111 | 10111 | 1010101 | 0 | 10011 | 100011100 | 1001001 | 101111 |
Color Harmonies of #9F20CF
Complementary color
Monochromatic Colors of #9F20CF
Black with #9F20CF
Text Example
Text Example
White with #9F20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F20CF; }
p { color: rgb(159,32,207); }
H1.HeaderClassName
{
color: #9F20CF;
}
.AnyTagClassName
{
color: #9F20CF;
}
</style>
background-color css
<style>
a { background-color: #9F20CF; }
a { background-color: rgb(159,32,207); }
div.DivClassName
{
background-color: #9F20CF;
}
.BgClassName
{
background-color: #9F20CF;
}
</style>
border-color css
<style>
span { border-color: #9F20CF; }
span { border-color: rgb(159,32,207); }
td.TdClassName
{
border-color: #9F20CF;
}
.TagClassName
{
border-color: #9F20CF;
}
</style>