Shades of Dark Orchid #9D39BD
Tints of Dark Orchid #9D39BD
RGB
CMYK
RGB Variations
Color information
#9D39BD (or 0x9D39BD) is known color: Dark Orchid. HEX triplet: 9D, 39 and BD. RGB value is (157,57,189). Sum of RGB (Red+Green+Blue) = 157+57+189=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D39BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D39BD is #62C642. Grayscale: #656565. Windows color (decimal): -6473283 or 12401053. OLE color: 12401053.
HSL color Cylindrical-coordinate representation of color #9D39BD: hue angle of 285.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D39BD is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 57 | 189 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.26 |
| HSL | 285.45º | 0.54% | 0.48% | - |
| HSV(B) | 285.45º | 0.7% | 0.74% | - |
| XYZ | 24.55 | 13.77 | 49.51 | - |
| YUV | 101.95 | 177.13 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 57 | 189 | 0.17 | 0.70 | 0 | 0.26 | 285.45 | 0.54 | 0.48 |
| Hex | 9D | 39 | BD | 11 | 46 | 0 | 1A | 11D | 36 | 30 |
| Octal | 235 | 71 | 275 | 21 | 106 | 0 | 32 | 435 | 66 | 60 |
| Binary | 10011101 | 111001 | 10111101 | 10001 | 1000110 | 0 | 11010 | 100011101 | 110110 | 110000 |
Color Harmonies of #9D39BD
Complementary color
Monochromatic Colors of #9D39BD
Black with #9D39BD
Text Example
Text Example
White with #9D39BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D39BD; }
p { color: rgb(157,57,189); }
H1.HeaderClassName
{
color: #9D39BD;
}
.AnyTagClassName
{
color: #9D39BD;
}
</style>
background-color css
<style>
a { background-color: #9D39BD; }
a { background-color: rgb(157,57,189); }
div.DivClassName
{
background-color: #9D39BD;
}
.BgClassName
{
background-color: #9D39BD;
}
</style>
border-color css
<style>
span { border-color: #9D39BD; }
span { border-color: rgb(157,57,189); }
td.TdClassName
{
border-color: #9D39BD;
}
.TagClassName
{
border-color: #9D39BD;
}
</style>