Shades of Dark Orchid #9E1EC0
Tints of Dark Orchid #9E1EC0
RGB
CMYK
RGB Variations
Color information
#9E1EC0 (or 0x9E1EC0) is known color: Dark Orchid. HEX triplet: 9E, 1E and C0. RGB value is (158,30,192). Sum of RGB (Red+Green+Blue) = 158+30+192=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E1EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1EC0 is #61E13F. Grayscale: #565656. Windows color (decimal): -6414656 or 12590750. OLE color: 12590750.
HSL color Cylindrical-coordinate representation of color #9E1EC0: hue angle of 287.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1EC0 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 30 | 192 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.25 |
| HSL | 287.41º | 0.73% | 0.44% | - |
| HSV(B) | 287.41º | 0.84% | 0.75% | - |
| XYZ | 24.08 | 12 | 50.92 | - |
| YUV | 86.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 30 | 192 | 0.18 | 0.84 | 0 | 0.25 | 287.41 | 0.73 | 0.44 |
| Hex | 9E | 1E | C0 | 12 | 54 | 0 | 19 | 11F | 49 | 2C |
| Octal | 236 | 36 | 300 | 22 | 124 | 0 | 31 | 437 | 111 | 54 |
| Binary | 10011110 | 11110 | 11000000 | 10010 | 1010100 | 0 | 11001 | 100011111 | 1001001 | 101100 |
Color Harmonies of #9E1EC0
Complementary color
Monochromatic Colors of #9E1EC0
Black with #9E1EC0
Text Example
Text Example
White with #9E1EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1EC0; }
p { color: rgb(158,30,192); }
H1.HeaderClassName
{
color: #9E1EC0;
}
.AnyTagClassName
{
color: #9E1EC0;
}
</style>
background-color css
<style>
a { background-color: #9E1EC0; }
a { background-color: rgb(158,30,192); }
div.DivClassName
{
background-color: #9E1EC0;
}
.BgClassName
{
background-color: #9E1EC0;
}
</style>
border-color css
<style>
span { border-color: #9E1EC0; }
span { border-color: rgb(158,30,192); }
td.TdClassName
{
border-color: #9E1EC0;
}
.TagClassName
{
border-color: #9E1EC0;
}
</style>