Shades of Dark Orchid #9F21CE
Tints of Dark Orchid #9F21CE
RGB
CMYK
RGB Variations
Color information
#9F21CE (or 0x9F21CE) is known color: Dark Orchid. HEX triplet: 9F, 21 and CE. RGB value is (159,33,206). Sum of RGB (Red+Green+Blue) = 159+33+206=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F21CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F21CE is #60DE31. Grayscale: #595959. Windows color (decimal): -6348338 or 13509023. OLE color: 13509023.
HSL color Cylindrical-coordinate representation of color #9F21CE: hue angle of 283.7º degrees, saturation: 0.72, 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 #9F21CE is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 33 | 206 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.19 |
| HSL | 283.7º | 0.72% | 0.47% | - |
| HSV(B) | 283.7º | 0.84% | 0.81% | - |
| XYZ | 25.98 | 12.91 | 59.52 | - |
| YUV | 90.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 206 | 0.23 | 0.84 | 0 | 0.19 | 283.7 | 0.72 | 0.47 |
| Hex | 9F | 21 | CE | 17 | 54 | 0 | 13 | 11C | 48 | 2F |
| Octal | 237 | 41 | 316 | 27 | 124 | 0 | 23 | 434 | 110 | 57 |
| Binary | 10011111 | 100001 | 11001110 | 10111 | 1010100 | 0 | 10011 | 100011100 | 1001000 | 101111 |
Color Harmonies of #9F21CE
Complementary color
Monochromatic Colors of #9F21CE
Black with #9F21CE
Text Example
Text Example
White with #9F21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F21CE; }
p { color: rgb(159,33,206); }
H1.HeaderClassName
{
color: #9F21CE;
}
.AnyTagClassName
{
color: #9F21CE;
}
</style>
background-color css
<style>
a { background-color: #9F21CE; }
a { background-color: rgb(159,33,206); }
div.DivClassName
{
background-color: #9F21CE;
}
.BgClassName
{
background-color: #9F21CE;
}
</style>
border-color css
<style>
span { border-color: #9F21CE; }
span { border-color: rgb(159,33,206); }
td.TdClassName
{
border-color: #9F21CE;
}
.TagClassName
{
border-color: #9F21CE;
}
</style>