Shades of Dark Orchid #9E29B9
Tints of Dark Orchid #9E29B9
RGB
CMYK
RGB Variations
Color information
#9E29B9 (or 0x9E29B9) is known color: Dark Orchid. HEX triplet: 9E, 29 and B9. RGB value is (158,41,185). Sum of RGB (Red+Green+Blue) = 158+41+185=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #9E29B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E29B9 is #61D646. Grayscale: #5B5B5B. Windows color (decimal): -6411847 or 12134814. OLE color: 12134814.
HSL color Cylindrical-coordinate representation of color #9E29B9: hue angle of 288.75º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E29B9 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 41 | 185 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.27 |
| HSL | 288.75º | 0.64% | 0.44% | - |
| HSV(B) | 288.75º | 0.78% | 0.73% | - |
| XYZ | 23.65 | 12.36 | 47.04 | - |
| YUV | 92.4 | 180.26 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 185 | 0.15 | 0.78 | 0 | 0.27 | 288.75 | 0.64 | 0.44 |
| Hex | 9E | 29 | B9 | F | 4E | 0 | 1B | 121 | 40 | 2C |
| Octal | 236 | 51 | 271 | 17 | 116 | 0 | 33 | 441 | 100 | 54 |
| Binary | 10011110 | 101001 | 10111001 | 1111 | 1001110 | 0 | 11011 | 100100001 | 1000000 | 101100 |
Color Harmonies of #9E29B9
Complementary color
Monochromatic Colors of #9E29B9
Black with #9E29B9
Text Example
Text Example
White with #9E29B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E29B9; }
p { color: rgb(158,41,185); }
H1.HeaderClassName
{
color: #9E29B9;
}
.AnyTagClassName
{
color: #9E29B9;
}
</style>
background-color css
<style>
a { background-color: #9E29B9; }
a { background-color: rgb(158,41,185); }
div.DivClassName
{
background-color: #9E29B9;
}
.BgClassName
{
background-color: #9E29B9;
}
</style>
border-color css
<style>
span { border-color: #9E29B9; }
span { border-color: rgb(158,41,185); }
td.TdClassName
{
border-color: #9E29B9;
}
.TagClassName
{
border-color: #9E29B9;
}
</style>