Shades of Dark Orchid #9E2BBE
Tints of Dark Orchid #9E2BBE
RGB
CMYK
RGB Variations
Color information
#9E2BBE (or 0x9E2BBE) is known color: Dark Orchid. HEX triplet: 9E, 2B and BE. RGB value is (158,43,190). Sum of RGB (Red+Green+Blue) = 158+43+190=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2BBE is #61D441. Grayscale: #5D5D5D. Windows color (decimal): -6411330 or 12463006. OLE color: 12463006.
HSL color Cylindrical-coordinate representation of color #9E2BBE: hue angle of 286.94º degrees, saturation: 0.63, 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 #9E2BBE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 43 | 190 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.25 |
| HSL | 286.94º | 0.63% | 0.46% | - |
| HSV(B) | 286.94º | 0.77% | 0.75% | - |
| XYZ | 24.26 | 12.71 | 49.89 | - |
| YUV | 94.14 | 182.1 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 190 | 0.17 | 0.77 | 0 | 0.25 | 286.94 | 0.63 | 0.46 |
| Hex | 9E | 2B | BE | 11 | 4D | 0 | 19 | 11F | 3F | 2E |
| Octal | 236 | 53 | 276 | 21 | 115 | 0 | 31 | 437 | 77 | 56 |
| Binary | 10011110 | 101011 | 10111110 | 10001 | 1001101 | 0 | 11001 | 100011111 | 111111 | 101110 |
Color Harmonies of #9E2BBE
Complementary color
Monochromatic Colors of #9E2BBE
Black with #9E2BBE
Text Example
Text Example
White with #9E2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2BBE; }
p { color: rgb(158,43,190); }
H1.HeaderClassName
{
color: #9E2BBE;
}
.AnyTagClassName
{
color: #9E2BBE;
}
</style>
background-color css
<style>
a { background-color: #9E2BBE; }
a { background-color: rgb(158,43,190); }
div.DivClassName
{
background-color: #9E2BBE;
}
.BgClassName
{
background-color: #9E2BBE;
}
</style>
border-color css
<style>
span { border-color: #9E2BBE; }
span { border-color: rgb(158,43,190); }
td.TdClassName
{
border-color: #9E2BBE;
}
.TagClassName
{
border-color: #9E2BBE;
}
</style>