Shades of Dark Orchid #9F2ECD
Tints of Dark Orchid #9F2ECD
RGB
CMYK
RGB Variations
Color information
#9F2ECD (or 0x9F2ECD) is known color: Dark Orchid. HEX triplet: 9F, 2E and CD. RGB value is (159,46,205). Sum of RGB (Red+Green+Blue) = 159+46+205=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F2ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2ECD is #60D132. Grayscale: #616161. Windows color (decimal): -6345011 or 13446815. OLE color: 13446815.
HSL color Cylindrical-coordinate representation of color #9F2ECD: hue angle of 282.64º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2ECD is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 46 | 205 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.20 |
| HSL | 282.64º | 0.63% | 0.49% | - |
| HSV(B) | 282.64º | 0.78% | 0.8% | - |
| XYZ | 26.29 | 13.73 | 59.02 | - |
| YUV | 97.91 | 188.44 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 205 | 0.22 | 0.78 | 0 | 0.20 | 282.64 | 0.63 | 0.49 |
| Hex | 9F | 2E | CD | 16 | 4E | 0 | 14 | 11B | 3F | 31 |
| Octal | 237 | 56 | 315 | 26 | 116 | 0 | 24 | 433 | 77 | 61 |
| Binary | 10011111 | 101110 | 11001101 | 10110 | 1001110 | 0 | 10100 | 100011011 | 111111 | 110001 |
Color Harmonies of #9F2ECD
Complementary color
Monochromatic Colors of #9F2ECD
Black with #9F2ECD
Text Example
Text Example
White with #9F2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2ECD; }
p { color: rgb(159,46,205); }
H1.HeaderClassName
{
color: #9F2ECD;
}
.AnyTagClassName
{
color: #9F2ECD;
}
</style>
background-color css
<style>
a { background-color: #9F2ECD; }
a { background-color: rgb(159,46,205); }
div.DivClassName
{
background-color: #9F2ECD;
}
.BgClassName
{
background-color: #9F2ECD;
}
</style>
border-color css
<style>
span { border-color: #9F2ECD; }
span { border-color: rgb(159,46,205); }
td.TdClassName
{
border-color: #9F2ECD;
}
.TagClassName
{
border-color: #9F2ECD;
}
</style>