Shades of Dark Orchid #9E2BBC
Tints of Dark Orchid #9E2BBC
RGB
CMYK
RGB Variations
Color information
#9E2BBC (or 0x9E2BBC) is known color: Dark Orchid. HEX triplet: 9E, 2B and BC. RGB value is (158,43,188). Sum of RGB (Red+Green+Blue) = 158+43+188=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E2BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2BBC is #61D443. Grayscale: #5D5D5D. Windows color (decimal): -6411332 or 12331934. OLE color: 12331934.
HSL color Cylindrical-coordinate representation of color #9E2BBC: hue angle of 287.59º degrees, saturation: 0.63, 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 #9E2BBC is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 43 | 188 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.26 |
| HSL | 287.59º | 0.63% | 0.45% | - |
| HSV(B) | 287.59º | 0.77% | 0.74% | - |
| XYZ | 24.04 | 12.63 | 48.75 | - |
| YUV | 93.92 | 181.1 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 188 | 0.16 | 0.77 | 0 | 0.26 | 287.59 | 0.63 | 0.45 |
| Hex | 9E | 2B | BC | 10 | 4D | 0 | 1A | 120 | 3F | 2D |
| Octal | 236 | 53 | 274 | 20 | 115 | 0 | 32 | 440 | 77 | 55 |
| Binary | 10011110 | 101011 | 10111100 | 10000 | 1001101 | 0 | 11010 | 100100000 | 111111 | 101101 |
Color Harmonies of #9E2BBC
Complementary color
Monochromatic Colors of #9E2BBC
Black with #9E2BBC
Text Example
Text Example
White with #9E2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2BBC; }
p { color: rgb(158,43,188); }
H1.HeaderClassName
{
color: #9E2BBC;
}
.AnyTagClassName
{
color: #9E2BBC;
}
</style>
background-color css
<style>
a { background-color: #9E2BBC; }
a { background-color: rgb(158,43,188); }
div.DivClassName
{
background-color: #9E2BBC;
}
.BgClassName
{
background-color: #9E2BBC;
}
</style>
border-color css
<style>
span { border-color: #9E2BBC; }
span { border-color: rgb(158,43,188); }
td.TdClassName
{
border-color: #9E2BBC;
}
.TagClassName
{
border-color: #9E2BBC;
}
</style>