Shades of Dark Orchid #9E2ECF
Tints of Dark Orchid #9E2ECF
RGB
CMYK
RGB Variations
Color information
#9E2ECF (or 0x9E2ECF) is known color: Dark Orchid. HEX triplet: 9E, 2E and CF. RGB value is (158,46,207). Sum of RGB (Red+Green+Blue) = 158+46+207=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E2ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2ECF is #61D130. Grayscale: #616161. Windows color (decimal): -6410545 or 13577886. OLE color: 13577886.
HSL color Cylindrical-coordinate representation of color #9E2ECF: hue angle of 281.74º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E2ECF is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 46 | 207 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.19 |
| HSL | 281.74º | 0.64% | 0.5% | - |
| HSV(B) | 281.74º | 0.78% | 0.81% | - |
| XYZ | 26.34 | 13.73 | 60.29 | - |
| YUV | 97.84 | 189.61 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 46 | 207 | 0.24 | 0.78 | 0 | 0.19 | 281.74 | 0.64 | 0.5 |
| Hex | 9E | 2E | CF | 18 | 4E | 0 | 13 | 11A | 40 | 32 |
| Octal | 236 | 56 | 317 | 30 | 116 | 0 | 23 | 432 | 100 | 62 |
| Binary | 10011110 | 101110 | 11001111 | 11000 | 1001110 | 0 | 10011 | 100011010 | 1000000 | 110010 |
Color Harmonies of #9E2ECF
Complementary color
Monochromatic Colors of #9E2ECF
Black with #9E2ECF
Text Example
Text Example
White with #9E2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2ECF; }
p { color: rgb(158,46,207); }
H1.HeaderClassName
{
color: #9E2ECF;
}
.AnyTagClassName
{
color: #9E2ECF;
}
</style>
background-color css
<style>
a { background-color: #9E2ECF; }
a { background-color: rgb(158,46,207); }
div.DivClassName
{
background-color: #9E2ECF;
}
.BgClassName
{
background-color: #9E2ECF;
}
</style>
border-color css
<style>
span { border-color: #9E2ECF; }
span { border-color: rgb(158,46,207); }
td.TdClassName
{
border-color: #9E2ECF;
}
.TagClassName
{
border-color: #9E2ECF;
}
</style>