Shades of Dark Orchid #9E2BAD
Tints of Dark Orchid #9E2BAD
RGB
CMYK
RGB Variations
Color information
#9E2BAD (or 0x9E2BAD) is known color: Dark Orchid. HEX triplet: 9E, 2B and AD. RGB value is (158,43,173). Sum of RGB (Red+Green+Blue) = 158+43+173=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E2BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2BAD is #61D452. Grayscale: #5B5B5B. Windows color (decimal): -6411347 or 11348894. OLE color: 11348894.
HSL color Cylindrical-coordinate representation of color #9E2BAD: hue angle of 293.08º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2BAD is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 43 | 173 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.32 |
| HSL | 293.08º | 0.6% | 0.42% | - |
| HSV(B) | 293.08º | 0.75% | 0.68% | - |
| XYZ | 22.51 | 12.01 | 40.67 | - |
| YUV | 92.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 173 | 0.09 | 0.75 | 0 | 0.32 | 293.08 | 0.6 | 0.42 |
| Hex | 9E | 2B | AD | 9 | 4B | 0 | 20 | 125 | 3C | 2A |
| Octal | 236 | 53 | 255 | 11 | 113 | 0 | 40 | 445 | 74 | 52 |
| Binary | 10011110 | 101011 | 10101101 | 1001 | 1001011 | 0 | 100000 | 100100101 | 111100 | 101010 |
Color Harmonies of #9E2BAD
Complementary color
Monochromatic Colors of #9E2BAD
Black with #9E2BAD
Text Example
Text Example
White with #9E2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2BAD; }
p { color: rgb(158,43,173); }
H1.HeaderClassName
{
color: #9E2BAD;
}
.AnyTagClassName
{
color: #9E2BAD;
}
</style>
background-color css
<style>
a { background-color: #9E2BAD; }
a { background-color: rgb(158,43,173); }
div.DivClassName
{
background-color: #9E2BAD;
}
.BgClassName
{
background-color: #9E2BAD;
}
</style>
border-color css
<style>
span { border-color: #9E2BAD; }
span { border-color: rgb(158,43,173); }
td.TdClassName
{
border-color: #9E2BAD;
}
.TagClassName
{
border-color: #9E2BAD;
}
</style>