Shades of Dark Orchid #9E2BBD
Tints of Dark Orchid #9E2BBD
RGB
CMYK
RGB Variations
Color information
#9E2BBD (or 0x9E2BBD) is known color: Dark Orchid. HEX triplet: 9E, 2B and BD. RGB value is (158,43,189). Sum of RGB (Red+Green+Blue) = 158+43+189=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E2BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2BBD is #61D442. Grayscale: #5D5D5D. Windows color (decimal): -6411331 or 12397470. OLE color: 12397470.
HSL color Cylindrical-coordinate representation of color #9E2BBD: hue angle of 287.26º 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 #9E2BBD is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 43 | 189 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.26 |
| HSL | 287.26º | 0.63% | 0.45% | - |
| HSV(B) | 287.26º | 0.77% | 0.74% | - |
| XYZ | 24.15 | 12.67 | 49.32 | - |
| YUV | 94.03 | 181.6 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 189 | 0.16 | 0.77 | 0 | 0.26 | 287.26 | 0.63 | 0.45 |
| Hex | 9E | 2B | BD | 10 | 4D | 0 | 1A | 11F | 3F | 2D |
| Octal | 236 | 53 | 275 | 20 | 115 | 0 | 32 | 437 | 77 | 55 |
| Binary | 10011110 | 101011 | 10111101 | 10000 | 1001101 | 0 | 11010 | 100011111 | 111111 | 101101 |
Color Harmonies of #9E2BBD
Complementary color
Monochromatic Colors of #9E2BBD
Black with #9E2BBD
Text Example
Text Example
White with #9E2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2BBD; }
p { color: rgb(158,43,189); }
H1.HeaderClassName
{
color: #9E2BBD;
}
.AnyTagClassName
{
color: #9E2BBD;
}
</style>
background-color css
<style>
a { background-color: #9E2BBD; }
a { background-color: rgb(158,43,189); }
div.DivClassName
{
background-color: #9E2BBD;
}
.BgClassName
{
background-color: #9E2BBD;
}
</style>
border-color css
<style>
span { border-color: #9E2BBD; }
span { border-color: rgb(158,43,189); }
td.TdClassName
{
border-color: #9E2BBD;
}
.TagClassName
{
border-color: #9E2BBD;
}
</style>