Shades of Dark Orchid #9E3DBB
Tints of Dark Orchid #9E3DBB
RGB
CMYK
RGB Variations
Color information
#9E3DBB (or 0x9E3DBB) is known color: Dark Orchid. HEX triplet: 9E, 3D and BB. RGB value is (158,61,187). Sum of RGB (Red+Green+Blue) = 158+61+187=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E3DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3DBB is #61C244. Grayscale: #676767. Windows color (decimal): -6406725 or 12271006. OLE color: 12271006.
HSL color Cylindrical-coordinate representation of color #9E3DBB: hue angle of 286.19º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E3DBB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 61 | 187 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.27 |
| HSL | 286.19º | 0.51% | 0.49% | - |
| HSV(B) | 286.19º | 0.67% | 0.73% | - |
| XYZ | 24.74 | 14.19 | 48.45 | - |
| YUV | 104.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 61 | 187 | 0.16 | 0.67 | 0 | 0.27 | 286.19 | 0.51 | 0.49 |
| Hex | 9E | 3D | BB | 10 | 43 | 0 | 1B | 11E | 33 | 31 |
| Octal | 236 | 75 | 273 | 20 | 103 | 0 | 33 | 436 | 63 | 61 |
| Binary | 10011110 | 111101 | 10111011 | 10000 | 1000011 | 0 | 11011 | 100011110 | 110011 | 110001 |
Color Harmonies of #9E3DBB
Complementary color
Monochromatic Colors of #9E3DBB
Black with #9E3DBB
Text Example
Text Example
White with #9E3DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3DBB; }
p { color: rgb(158,61,187); }
H1.HeaderClassName
{
color: #9E3DBB;
}
.AnyTagClassName
{
color: #9E3DBB;
}
</style>
background-color css
<style>
a { background-color: #9E3DBB; }
a { background-color: rgb(158,61,187); }
div.DivClassName
{
background-color: #9E3DBB;
}
.BgClassName
{
background-color: #9E3DBB;
}
</style>
border-color css
<style>
span { border-color: #9E3DBB; }
span { border-color: rgb(158,61,187); }
td.TdClassName
{
border-color: #9E3DBB;
}
.TagClassName
{
border-color: #9E3DBB;
}
</style>