Shades of Dark Orchid #9F20CE
Tints of Dark Orchid #9F20CE
RGB
CMYK
RGB Variations
Color information
#9F20CE (or 0x9F20CE) is known color: Dark Orchid. HEX triplet: 9F, 20 and CE. RGB value is (159,32,206). Sum of RGB (Red+Green+Blue) = 159+32+206=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F20CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F20CE is #60DF31. Grayscale: #595959. Windows color (decimal): -6348594 or 13508767. OLE color: 13508767.
HSL color Cylindrical-coordinate representation of color #9F20CE: hue angle of 283.79º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F20CE is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 32 | 206 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.19 |
| HSL | 283.79º | 0.73% | 0.47% | - |
| HSV(B) | 283.79º | 0.84% | 0.81% | - |
| XYZ | 25.96 | 12.86 | 59.51 | - |
| YUV | 89.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 206 | 0.23 | 0.84 | 0 | 0.19 | 283.79 | 0.73 | 0.47 |
| Hex | 9F | 20 | CE | 17 | 54 | 0 | 13 | 11C | 49 | 2F |
| Octal | 237 | 40 | 316 | 27 | 124 | 0 | 23 | 434 | 111 | 57 |
| Binary | 10011111 | 100000 | 11001110 | 10111 | 1010100 | 0 | 10011 | 100011100 | 1001001 | 101111 |
Color Harmonies of #9F20CE
Complementary color
Monochromatic Colors of #9F20CE
Black with #9F20CE
Text Example
Text Example
White with #9F20CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F20CE; }
p { color: rgb(159,32,206); }
H1.HeaderClassName
{
color: #9F20CE;
}
.AnyTagClassName
{
color: #9F20CE;
}
</style>
background-color css
<style>
a { background-color: #9F20CE; }
a { background-color: rgb(159,32,206); }
div.DivClassName
{
background-color: #9F20CE;
}
.BgClassName
{
background-color: #9F20CE;
}
</style>
border-color css
<style>
span { border-color: #9F20CE; }
span { border-color: rgb(159,32,206); }
td.TdClassName
{
border-color: #9F20CE;
}
.TagClassName
{
border-color: #9F20CE;
}
</style>