Shades of Dark Orchid #9E46CE
Tints of Dark Orchid #9E46CE
RGB
CMYK
RGB Variations
Color information
#9E46CE (or 0x9E46CE) is known color: Dark Orchid. HEX triplet: 9E, 46 and CE. RGB value is (158,70,206). Sum of RGB (Red+Green+Blue) = 158+70+206=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E46CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E46CE is #61B931. Grayscale: #6F6F6F. Windows color (decimal): -6404402 or 13518494. OLE color: 13518494.
HSL color Cylindrical-coordinate representation of color #9E46CE: hue angle of 278.82º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E46CE is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 70 | 206 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.19 |
| HSL | 278.82º | 0.58% | 0.54% | - |
| HSV(B) | 278.82º | 0.66% | 0.81% | - |
| XYZ | 27.43 | 16.11 | 60.06 | - |
| YUV | 111.82 | 181.15 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 206 | 0.23 | 0.66 | 0 | 0.19 | 278.82 | 0.58 | 0.54 |
| Hex | 9E | 46 | CE | 17 | 42 | 0 | 13 | 117 | 3A | 36 |
| Octal | 236 | 106 | 316 | 27 | 102 | 0 | 23 | 427 | 72 | 66 |
| Binary | 10011110 | 1000110 | 11001110 | 10111 | 1000010 | 0 | 10011 | 100010111 | 111010 | 110110 |
Color Harmonies of #9E46CE
Complementary color
Monochromatic Colors of #9E46CE
Black with #9E46CE
Text Example
Text Example
White with #9E46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E46CE; }
p { color: rgb(158,70,206); }
H1.HeaderClassName
{
color: #9E46CE;
}
.AnyTagClassName
{
color: #9E46CE;
}
</style>
background-color css
<style>
a { background-color: #9E46CE; }
a { background-color: rgb(158,70,206); }
div.DivClassName
{
background-color: #9E46CE;
}
.BgClassName
{
background-color: #9E46CE;
}
</style>
border-color css
<style>
span { border-color: #9E46CE; }
span { border-color: rgb(158,70,206); }
td.TdClassName
{
border-color: #9E46CE;
}
.TagClassName
{
border-color: #9E46CE;
}
</style>