Shades of Dark Orchid #9E2CBC
Tints of Dark Orchid #9E2CBC
RGB
CMYK
RGB Variations
Color information
#9E2CBC (or 0x9E2CBC) is known color: Dark Orchid. HEX triplet: 9E, 2C and BC. RGB value is (158,44,188). Sum of RGB (Red+Green+Blue) = 158+44+188=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E2CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2CBC is #61D343. Grayscale: #5E5E5E. Windows color (decimal): -6411076 or 12332190. OLE color: 12332190.
HSL color Cylindrical-coordinate representation of color #9E2CBC: hue angle of 287.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E2CBC is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 44 | 188 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.26 |
| HSL | 287.5º | 0.62% | 0.45% | - |
| HSV(B) | 287.5º | 0.77% | 0.74% | - |
| XYZ | 24.08 | 12.7 | 48.76 | - |
| YUV | 94.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 44 | 188 | 0.16 | 0.77 | 0 | 0.26 | 287.5 | 0.62 | 0.45 |
| Hex | 9E | 2C | BC | 10 | 4D | 0 | 1A | 120 | 3E | 2D |
| Octal | 236 | 54 | 274 | 20 | 115 | 0 | 32 | 440 | 76 | 55 |
| Binary | 10011110 | 101100 | 10111100 | 10000 | 1001101 | 0 | 11010 | 100100000 | 111110 | 101101 |
Color Harmonies of #9E2CBC
Complementary color
Monochromatic Colors of #9E2CBC
Black with #9E2CBC
Text Example
Text Example
White with #9E2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2CBC; }
p { color: rgb(158,44,188); }
H1.HeaderClassName
{
color: #9E2CBC;
}
.AnyTagClassName
{
color: #9E2CBC;
}
</style>
background-color css
<style>
a { background-color: #9E2CBC; }
a { background-color: rgb(158,44,188); }
div.DivClassName
{
background-color: #9E2CBC;
}
.BgClassName
{
background-color: #9E2CBC;
}
</style>
border-color css
<style>
span { border-color: #9E2CBC; }
span { border-color: rgb(158,44,188); }
td.TdClassName
{
border-color: #9E2CBC;
}
.TagClassName
{
border-color: #9E2CBC;
}
</style>