Shades of Dark Orchid #9E37BC
Tints of Dark Orchid #9E37BC
RGB
CMYK
RGB Variations
Color information
#9E37BC (or 0x9E37BC) is known color: Dark Orchid. HEX triplet: 9E, 37 and BC. RGB value is (158,55,188). Sum of RGB (Red+Green+Blue) = 158+55+188=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E37BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E37BC is #61C843. Grayscale: #646464. Windows color (decimal): -6408260 or 12335006. OLE color: 12335006.
HSL color Cylindrical-coordinate representation of color #9E37BC: hue angle of 286.47º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E37BC is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 55 | 188 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.26 |
| HSL | 286.47º | 0.55% | 0.48% | - |
| HSV(B) | 286.47º | 0.71% | 0.74% | - |
| XYZ | 24.54 | 13.63 | 48.91 | - |
| YUV | 100.96 | 177.12 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 188 | 0.16 | 0.71 | 0 | 0.26 | 286.47 | 0.55 | 0.48 |
| Hex | 9E | 37 | BC | 10 | 47 | 0 | 1A | 11E | 37 | 30 |
| Octal | 236 | 67 | 274 | 20 | 107 | 0 | 32 | 436 | 67 | 60 |
| Binary | 10011110 | 110111 | 10111100 | 10000 | 1000111 | 0 | 11010 | 100011110 | 110111 | 110000 |
Color Harmonies of #9E37BC
Complementary color
Monochromatic Colors of #9E37BC
Black with #9E37BC
Text Example
Text Example
White with #9E37BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E37BC; }
p { color: rgb(158,55,188); }
H1.HeaderClassName
{
color: #9E37BC;
}
.AnyTagClassName
{
color: #9E37BC;
}
</style>
background-color css
<style>
a { background-color: #9E37BC; }
a { background-color: rgb(158,55,188); }
div.DivClassName
{
background-color: #9E37BC;
}
.BgClassName
{
background-color: #9E37BC;
}
</style>
border-color css
<style>
span { border-color: #9E37BC; }
span { border-color: rgb(158,55,188); }
td.TdClassName
{
border-color: #9E37BC;
}
.TagClassName
{
border-color: #9E37BC;
}
</style>