Shades of Dark Orchid #9E2CBE
Tints of Dark Orchid #9E2CBE
RGB
CMYK
RGB Variations
Color information
#9E2CBE (or 0x9E2CBE) is known color: Dark Orchid. HEX triplet: 9E, 2C and BE. RGB value is (158,44,190). Sum of RGB (Red+Green+Blue) = 158+44+190=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E2CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2CBE is #61D341. Grayscale: #5E5E5E. Windows color (decimal): -6411074 or 12463262. OLE color: 12463262.
HSL color Cylindrical-coordinate representation of color #9E2CBE: hue angle of 286.85º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E2CBE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 44 | 190 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.25 |
| HSL | 286.85º | 0.62% | 0.46% | - |
| HSV(B) | 286.85º | 0.77% | 0.75% | - |
| XYZ | 24.3 | 12.79 | 49.9 | - |
| YUV | 94.73 | 181.77 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 44 | 190 | 0.17 | 0.77 | 0 | 0.25 | 286.85 | 0.62 | 0.46 |
| Hex | 9E | 2C | BE | 11 | 4D | 0 | 19 | 11F | 3E | 2E |
| Octal | 236 | 54 | 276 | 21 | 115 | 0 | 31 | 437 | 76 | 56 |
| Binary | 10011110 | 101100 | 10111110 | 10001 | 1001101 | 0 | 11001 | 100011111 | 111110 | 101110 |
Color Harmonies of #9E2CBE
Complementary color
Monochromatic Colors of #9E2CBE
Black with #9E2CBE
Text Example
Text Example
White with #9E2CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2CBE; }
p { color: rgb(158,44,190); }
H1.HeaderClassName
{
color: #9E2CBE;
}
.AnyTagClassName
{
color: #9E2CBE;
}
</style>
background-color css
<style>
a { background-color: #9E2CBE; }
a { background-color: rgb(158,44,190); }
div.DivClassName
{
background-color: #9E2CBE;
}
.BgClassName
{
background-color: #9E2CBE;
}
</style>
border-color css
<style>
span { border-color: #9E2CBE; }
span { border-color: rgb(158,44,190); }
td.TdClassName
{
border-color: #9E2CBE;
}
.TagClassName
{
border-color: #9E2CBE;
}
</style>