Shades of Dark Orchid #9E46CC
Tints of Dark Orchid #9E46CC
RGB
CMYK
RGB Variations
Color information
#9E46CC (or 0x9E46CC) is known color: Dark Orchid. HEX triplet: 9E, 46 and CC. RGB value is (158,70,204). Sum of RGB (Red+Green+Blue) = 158+70+204=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E46CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E46CC is #61B933. Grayscale: #6F6F6F. Windows color (decimal): -6404404 or 13387422. OLE color: 13387422.
HSL color Cylindrical-coordinate representation of color #9E46CC: hue angle of 279.4º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E46CC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 70 | 204 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.2 |
| HSL | 279.4º | 0.57% | 0.54% | - |
| HSV(B) | 279.4º | 0.66% | 0.8% | - |
| XYZ | 27.19 | 16.01 | 58.78 | - |
| YUV | 111.59 | 180.15 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 204 | 0.23 | 0.66 | 0 | 0.2 | 279.4 | 0.57 | 0.54 |
| Hex | 9E | 46 | CC | 17 | 42 | 0 | 14 | 117 | 39 | 36 |
| Octal | 236 | 106 | 314 | 27 | 102 | 0 | 24 | 427 | 71 | 66 |
| Binary | 10011110 | 1000110 | 11001100 | 10111 | 1000010 | 0 | 10100 | 100010111 | 111001 | 110110 |
Color Harmonies of #9E46CC
Complementary color
Monochromatic Colors of #9E46CC
Black with #9E46CC
Text Example
Text Example
White with #9E46CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E46CC; }
p { color: rgb(158,70,204); }
H1.HeaderClassName
{
color: #9E46CC;
}
.AnyTagClassName
{
color: #9E46CC;
}
</style>
background-color css
<style>
a { background-color: #9E46CC; }
a { background-color: rgb(158,70,204); }
div.DivClassName
{
background-color: #9E46CC;
}
.BgClassName
{
background-color: #9E46CC;
}
</style>
border-color css
<style>
span { border-color: #9E46CC; }
span { border-color: rgb(158,70,204); }
td.TdClassName
{
border-color: #9E46CC;
}
.TagClassName
{
border-color: #9E46CC;
}
</style>