Shades of Dark Orchid #9D37DC
Tints of Dark Orchid #9D37DC
RGB
CMYK
RGB Variations
Color information
#9D37DC (or 0x9D37DC) is known color: Dark Orchid. HEX triplet: 9D, 37 and DC. RGB value is (157,55,220). Sum of RGB (Red+Green+Blue) = 157+55+220=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D37DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D37DC is #62C823. Grayscale: #676767. Windows color (decimal): -6473764 or 14432157. OLE color: 14432157.
HSL color Cylindrical-coordinate representation of color #9D37DC: hue angle of 277.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D37DC is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 55 | 220 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.14 |
| HSL | 277.09º | 0.7% | 0.54% | - |
| HSV(B) | 277.09º | 0.75% | 0.86% | - |
| XYZ | 28.19 | 15.07 | 69.13 | - |
| YUV | 104.31 | 193.29 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 55 | 220 | 0.29 | 0.75 | 0 | 0.14 | 277.09 | 0.7 | 0.54 |
| Hex | 9D | 37 | DC | 1D | 4B | 0 | E | 115 | 46 | 36 |
| Octal | 235 | 67 | 334 | 35 | 113 | 0 | 16 | 425 | 106 | 66 |
| Binary | 10011101 | 110111 | 11011100 | 11101 | 1001011 | 0 | 1110 | 100010101 | 1000110 | 110110 |
Color Harmonies of #9D37DC
Complementary color
Monochromatic Colors of #9D37DC
Black with #9D37DC
Text Example
Text Example
White with #9D37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D37DC; }
p { color: rgb(157,55,220); }
H1.HeaderClassName
{
color: #9D37DC;
}
.AnyTagClassName
{
color: #9D37DC;
}
</style>
background-color css
<style>
a { background-color: #9D37DC; }
a { background-color: rgb(157,55,220); }
div.DivClassName
{
background-color: #9D37DC;
}
.BgClassName
{
background-color: #9D37DC;
}
</style>
border-color css
<style>
span { border-color: #9D37DC; }
span { border-color: rgb(157,55,220); }
td.TdClassName
{
border-color: #9D37DC;
}
.TagClassName
{
border-color: #9D37DC;
}
</style>