Shades of Dark Orchid #9E2DBD
Tints of Dark Orchid #9E2DBD
RGB
CMYK
RGB Variations
Color information
#9E2DBD (or 0x9E2DBD) is known color: Dark Orchid. HEX triplet: 9E, 2D and BD. RGB value is (158,45,189). Sum of RGB (Red+Green+Blue) = 158+45+189=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E2DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2DBD is #61D242. Grayscale: #5E5E5E. Windows color (decimal): -6410819 or 12397982. OLE color: 12397982.
HSL color Cylindrical-coordinate representation of color #9E2DBD: hue angle of 287.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E2DBD is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 45 | 189 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.26 |
| HSL | 287.08º | 0.62% | 0.46% | - |
| HSV(B) | 287.08º | 0.76% | 0.74% | - |
| XYZ | 24.22 | 12.82 | 49.34 | - |
| YUV | 95.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 189 | 0.16 | 0.76 | 0 | 0.26 | 287.08 | 0.62 | 0.46 |
| Hex | 9E | 2D | BD | 10 | 4C | 0 | 1A | 11F | 3E | 2E |
| Octal | 236 | 55 | 275 | 20 | 114 | 0 | 32 | 437 | 76 | 56 |
| Binary | 10011110 | 101101 | 10111101 | 10000 | 1001100 | 0 | 11010 | 100011111 | 111110 | 101110 |
Color Harmonies of #9E2DBD
Complementary color
Monochromatic Colors of #9E2DBD
Black with #9E2DBD
Text Example
Text Example
White with #9E2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2DBD; }
p { color: rgb(158,45,189); }
H1.HeaderClassName
{
color: #9E2DBD;
}
.AnyTagClassName
{
color: #9E2DBD;
}
</style>
background-color css
<style>
a { background-color: #9E2DBD; }
a { background-color: rgb(158,45,189); }
div.DivClassName
{
background-color: #9E2DBD;
}
.BgClassName
{
background-color: #9E2DBD;
}
</style>
border-color css
<style>
span { border-color: #9E2DBD; }
span { border-color: rgb(158,45,189); }
td.TdClassName
{
border-color: #9E2DBD;
}
.TagClassName
{
border-color: #9E2DBD;
}
</style>