Shades of Dark Orchid #9F2ADD
Tints of Dark Orchid #9F2ADD
RGB
CMYK
RGB Variations
Color information
#9F2ADD (or 0x9F2ADD) is known color: Dark Orchid. HEX triplet: 9F, 2A and DD. RGB value is (159,42,221). Sum of RGB (Red+Green+Blue) = 159+42+221=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F2ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2ADD is #60D522. Grayscale: #606060. Windows color (decimal): -6346019 or 14494367. OLE color: 14494367.
HSL color Cylindrical-coordinate representation of color #9F2ADD: hue angle of 279.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F2ADD is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 42 | 221 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.13 |
| HSL | 279.22º | 0.72% | 0.52% | - |
| HSV(B) | 279.22º | 0.81% | 0.87% | - |
| XYZ | 28.18 | 14.25 | 69.67 | - |
| YUV | 97.39 | 197.76 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 221 | 0.28 | 0.81 | 0 | 0.13 | 279.22 | 0.72 | 0.52 |
| Hex | 9F | 2A | DD | 1C | 51 | 0 | D | 117 | 48 | 34 |
| Octal | 237 | 52 | 335 | 34 | 121 | 0 | 15 | 427 | 110 | 64 |
| Binary | 10011111 | 101010 | 11011101 | 11100 | 1010001 | 0 | 1101 | 100010111 | 1001000 | 110100 |
Color Harmonies of #9F2ADD
Complementary color
Monochromatic Colors of #9F2ADD
Black with #9F2ADD
Text Example
Text Example
White with #9F2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2ADD; }
p { color: rgb(159,42,221); }
H1.HeaderClassName
{
color: #9F2ADD;
}
.AnyTagClassName
{
color: #9F2ADD;
}
</style>
background-color css
<style>
a { background-color: #9F2ADD; }
a { background-color: rgb(159,42,221); }
div.DivClassName
{
background-color: #9F2ADD;
}
.BgClassName
{
background-color: #9F2ADD;
}
</style>
border-color css
<style>
span { border-color: #9F2ADD; }
span { border-color: rgb(159,42,221); }
td.TdClassName
{
border-color: #9F2ADD;
}
.TagClassName
{
border-color: #9F2ADD;
}
</style>