Shades of Dark Orchid #9D37BD
Tints of Dark Orchid #9D37BD
RGB
CMYK
RGB Variations
Color information
#9D37BD (or 0x9D37BD) is known color: Dark Orchid. HEX triplet: 9D, 37 and BD. RGB value is (157,55,189). Sum of RGB (Red+Green+Blue) = 157+55+189=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D37BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D37BD is #62C842. Grayscale: #646464. Windows color (decimal): -6473795 or 12400541. OLE color: 12400541.
HSL color Cylindrical-coordinate representation of color #9D37BD: hue angle of 285.67º 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 #9D37BD is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 55 | 189 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.26 |
| HSL | 285.67º | 0.55% | 0.48% | - |
| HSV(B) | 285.67º | 0.71% | 0.74% | - |
| XYZ | 24.46 | 13.57 | 49.48 | - |
| YUV | 100.77 | 177.79 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 55 | 189 | 0.17 | 0.71 | 0 | 0.26 | 285.67 | 0.55 | 0.48 |
| Hex | 9D | 37 | BD | 11 | 47 | 0 | 1A | 11E | 37 | 30 |
| Octal | 235 | 67 | 275 | 21 | 107 | 0 | 32 | 436 | 67 | 60 |
| Binary | 10011101 | 110111 | 10111101 | 10001 | 1000111 | 0 | 11010 | 100011110 | 110111 | 110000 |
Color Harmonies of #9D37BD
Complementary color
Monochromatic Colors of #9D37BD
Black with #9D37BD
Text Example
Text Example
White with #9D37BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D37BD; }
p { color: rgb(157,55,189); }
H1.HeaderClassName
{
color: #9D37BD;
}
.AnyTagClassName
{
color: #9D37BD;
}
</style>
background-color css
<style>
a { background-color: #9D37BD; }
a { background-color: rgb(157,55,189); }
div.DivClassName
{
background-color: #9D37BD;
}
.BgClassName
{
background-color: #9D37BD;
}
</style>
border-color css
<style>
span { border-color: #9D37BD; }
span { border-color: rgb(157,55,189); }
td.TdClassName
{
border-color: #9D37BD;
}
.TagClassName
{
border-color: #9D37BD;
}
</style>