Shades of Dark Orchid #9E2BBB
Tints of Dark Orchid #9E2BBB
RGB
CMYK
RGB Variations
Color information
#9E2BBB (or 0x9E2BBB) is known color: Dark Orchid. HEX triplet: 9E, 2B and BB. RGB value is (158,43,187). Sum of RGB (Red+Green+Blue) = 158+43+187=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E2BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2BBB is #61D444. Grayscale: #5D5D5D. Windows color (decimal): -6411333 or 12266398. OLE color: 12266398.
HSL color Cylindrical-coordinate representation of color #9E2BBB: hue angle of 287.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E2BBB is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 43 | 187 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.27 |
| HSL | 287.92º | 0.63% | 0.45% | - |
| HSV(B) | 287.92º | 0.77% | 0.73% | - |
| XYZ | 23.93 | 12.58 | 48.18 | - |
| YUV | 93.8 | 180.6 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 187 | 0.16 | 0.77 | 0 | 0.27 | 287.92 | 0.63 | 0.45 |
| Hex | 9E | 2B | BB | 10 | 4D | 0 | 1B | 120 | 3F | 2D |
| Octal | 236 | 53 | 273 | 20 | 115 | 0 | 33 | 440 | 77 | 55 |
| Binary | 10011110 | 101011 | 10111011 | 10000 | 1001101 | 0 | 11011 | 100100000 | 111111 | 101101 |
Color Harmonies of #9E2BBB
Complementary color
Monochromatic Colors of #9E2BBB
Black with #9E2BBB
Text Example
Text Example
White with #9E2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2BBB; }
p { color: rgb(158,43,187); }
H1.HeaderClassName
{
color: #9E2BBB;
}
.AnyTagClassName
{
color: #9E2BBB;
}
</style>
background-color css
<style>
a { background-color: #9E2BBB; }
a { background-color: rgb(158,43,187); }
div.DivClassName
{
background-color: #9E2BBB;
}
.BgClassName
{
background-color: #9E2BBB;
}
</style>
border-color css
<style>
span { border-color: #9E2BBB; }
span { border-color: rgb(158,43,187); }
td.TdClassName
{
border-color: #9E2BBB;
}
.TagClassName
{
border-color: #9E2BBB;
}
</style>