Shades of Dark Orchid #9E2EBC
Tints of Dark Orchid #9E2EBC
RGB
CMYK
RGB Variations
Color information
#9E2EBC (or 0x9E2EBC) is known color: Dark Orchid. HEX triplet: 9E, 2E and BC. RGB value is (158,46,188). Sum of RGB (Red+Green+Blue) = 158+46+188=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E2EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2EBC is #61D143. Grayscale: #5F5F5F. Windows color (decimal): -6410564 or 12332702. OLE color: 12332702.
HSL color Cylindrical-coordinate representation of color #9E2EBC: hue angle of 287.32º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E2EBC is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 46 | 188 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.26 |
| HSL | 287.32º | 0.61% | 0.46% | - |
| HSV(B) | 287.32º | 0.76% | 0.74% | - |
| XYZ | 24.15 | 12.85 | 48.78 | - |
| YUV | 95.68 | 180.11 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 46 | 188 | 0.16 | 0.76 | 0 | 0.26 | 287.32 | 0.61 | 0.46 |
| Hex | 9E | 2E | BC | 10 | 4C | 0 | 1A | 11F | 3D | 2E |
| Octal | 236 | 56 | 274 | 20 | 114 | 0 | 32 | 437 | 75 | 56 |
| Binary | 10011110 | 101110 | 10111100 | 10000 | 1001100 | 0 | 11010 | 100011111 | 111101 | 101110 |
Color Harmonies of #9E2EBC
Complementary color
Monochromatic Colors of #9E2EBC
Black with #9E2EBC
Text Example
Text Example
White with #9E2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2EBC; }
p { color: rgb(158,46,188); }
H1.HeaderClassName
{
color: #9E2EBC;
}
.AnyTagClassName
{
color: #9E2EBC;
}
</style>
background-color css
<style>
a { background-color: #9E2EBC; }
a { background-color: rgb(158,46,188); }
div.DivClassName
{
background-color: #9E2EBC;
}
.BgClassName
{
background-color: #9E2EBC;
}
</style>
border-color css
<style>
span { border-color: #9E2EBC; }
span { border-color: rgb(158,46,188); }
td.TdClassName
{
border-color: #9E2EBC;
}
.TagClassName
{
border-color: #9E2EBC;
}
</style>