Shades of Dark Orchid #9E1DBB
Tints of Dark Orchid #9E1DBB
RGB
CMYK
RGB Variations
Color information
#9E1DBB (or 0x9E1DBB) is known color: Dark Orchid. HEX triplet: 9E, 1D and BB. RGB value is (158,29,187). Sum of RGB (Red+Green+Blue) = 158+29+187=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1DBB is #61E244. Grayscale: #555555. Windows color (decimal): -6414917 or 12262814. OLE color: 12262814.
HSL color Cylindrical-coordinate representation of color #9E1DBB: hue angle of 288.99º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1DBB is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 29 | 187 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.27 |
| HSL | 288.99º | 0.73% | 0.42% | - |
| HSV(B) | 288.99º | 0.84% | 0.73% | - |
| XYZ | 23.51 | 11.74 | 48.04 | - |
| YUV | 85.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 29 | 187 | 0.16 | 0.84 | 0 | 0.27 | 288.99 | 0.73 | 0.42 |
| Hex | 9E | 1D | BB | 10 | 54 | 0 | 1B | 121 | 49 | 2A |
| Octal | 236 | 35 | 273 | 20 | 124 | 0 | 33 | 441 | 111 | 52 |
| Binary | 10011110 | 11101 | 10111011 | 10000 | 1010100 | 0 | 11011 | 100100001 | 1001001 | 101010 |
Color Harmonies of #9E1DBB
Complementary color
Monochromatic Colors of #9E1DBB
Black with #9E1DBB
Text Example
Text Example
White with #9E1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1DBB; }
p { color: rgb(158,29,187); }
H1.HeaderClassName
{
color: #9E1DBB;
}
.AnyTagClassName
{
color: #9E1DBB;
}
</style>
background-color css
<style>
a { background-color: #9E1DBB; }
a { background-color: rgb(158,29,187); }
div.DivClassName
{
background-color: #9E1DBB;
}
.BgClassName
{
background-color: #9E1DBB;
}
</style>
border-color css
<style>
span { border-color: #9E1DBB; }
span { border-color: rgb(158,29,187); }
td.TdClassName
{
border-color: #9E1DBB;
}
.TagClassName
{
border-color: #9E1DBB;
}
</style>