Shades of Dark Orchid #9E47CF
Tints of Dark Orchid #9E47CF
RGB
CMYK
RGB Variations
Color information
#9E47CF (or 0x9E47CF) is known color: Dark Orchid. HEX triplet: 9E, 47 and CF. RGB value is (158,71,207). Sum of RGB (Red+Green+Blue) = 158+71+207=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E47CF is #61B830. Grayscale: #707070. Windows color (decimal): -6404145 or 13584286. OLE color: 13584286.
HSL color Cylindrical-coordinate representation of color #9E47CF: hue angle of 278.38º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E47CF is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 71 | 207 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.19 |
| HSL | 278.38º | 0.59% | 0.55% | - |
| HSV(B) | 278.38º | 0.66% | 0.81% | - |
| XYZ | 27.62 | 16.28 | 60.72 | - |
| YUV | 112.52 | 181.32 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 71 | 207 | 0.24 | 0.66 | 0 | 0.19 | 278.38 | 0.59 | 0.55 |
| Hex | 9E | 47 | CF | 18 | 42 | 0 | 13 | 116 | 3B | 37 |
| Octal | 236 | 107 | 317 | 30 | 102 | 0 | 23 | 426 | 73 | 67 |
| Binary | 10011110 | 1000111 | 11001111 | 11000 | 1000010 | 0 | 10011 | 100010110 | 111011 | 110111 |
Color Harmonies of #9E47CF
Complementary color
Monochromatic Colors of #9E47CF
Black with #9E47CF
Text Example
Text Example
White with #9E47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E47CF; }
p { color: rgb(158,71,207); }
H1.HeaderClassName
{
color: #9E47CF;
}
.AnyTagClassName
{
color: #9E47CF;
}
</style>
background-color css
<style>
a { background-color: #9E47CF; }
a { background-color: rgb(158,71,207); }
div.DivClassName
{
background-color: #9E47CF;
}
.BgClassName
{
background-color: #9E47CF;
}
</style>
border-color css
<style>
span { border-color: #9E47CF; }
span { border-color: rgb(158,71,207); }
td.TdClassName
{
border-color: #9E47CF;
}
.TagClassName
{
border-color: #9E47CF;
}
</style>