Shades of Dark Orchid #9F2FCD
Tints of Dark Orchid #9F2FCD
RGB
CMYK
RGB Variations
Color information
#9F2FCD (or 0x9F2FCD) is known color: Dark Orchid. HEX triplet: 9F, 2F and CD. RGB value is (159,47,205). Sum of RGB (Red+Green+Blue) = 159+47+205=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F2FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2FCD is #60D032. Grayscale: #616161. Windows color (decimal): -6344755 or 13447071. OLE color: 13447071.
HSL color Cylindrical-coordinate representation of color #9F2FCD: hue angle of 282.53º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2FCD is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 47 | 205 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.20 |
| HSL | 282.53º | 0.63% | 0.49% | - |
| HSV(B) | 282.53º | 0.77% | 0.8% | - |
| XYZ | 26.33 | 13.81 | 59.04 | - |
| YUV | 98.5 | 188.11 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 205 | 0.22 | 0.77 | 0 | 0.20 | 282.53 | 0.63 | 0.49 |
| Hex | 9F | 2F | CD | 16 | 4D | 0 | 14 | 11B | 3F | 31 |
| Octal | 237 | 57 | 315 | 26 | 115 | 0 | 24 | 433 | 77 | 61 |
| Binary | 10011111 | 101111 | 11001101 | 10110 | 1001101 | 0 | 10100 | 100011011 | 111111 | 110001 |
Color Harmonies of #9F2FCD
Complementary color
Monochromatic Colors of #9F2FCD
Black with #9F2FCD
Text Example
Text Example
White with #9F2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2FCD; }
p { color: rgb(159,47,205); }
H1.HeaderClassName
{
color: #9F2FCD;
}
.AnyTagClassName
{
color: #9F2FCD;
}
</style>
background-color css
<style>
a { background-color: #9F2FCD; }
a { background-color: rgb(159,47,205); }
div.DivClassName
{
background-color: #9F2FCD;
}
.BgClassName
{
background-color: #9F2FCD;
}
</style>
border-color css
<style>
span { border-color: #9F2FCD; }
span { border-color: rgb(159,47,205); }
td.TdClassName
{
border-color: #9F2FCD;
}
.TagClassName
{
border-color: #9F2FCD;
}
</style>