Shades of Dark Orchid #9D1DAE
Tints of Dark Orchid #9D1DAE
RGB
CMYK
RGB Variations
Color information
#9D1DAE (or 0x9D1DAE) is known color: Dark Orchid. HEX triplet: 9D, 1D and AE. RGB value is (157,29,174). Sum of RGB (Red+Green+Blue) = 157+29+174=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D1DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1DAE is #62E251. Grayscale: #535353. Windows color (decimal): -6480466 or 11410845. OLE color: 11410845.
HSL color Cylindrical-coordinate representation of color #9D1DAE: hue angle of 292.97º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1DAE is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 29 | 174 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.32 |
| HSL | 292.97º | 0.71% | 0.4% | - |
| HSV(B) | 292.97º | 0.83% | 0.68% | - |
| XYZ | 21.98 | 11.1 | 41.03 | - |
| YUV | 83.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 174 | 0.10 | 0.83 | 0 | 0.32 | 292.97 | 0.71 | 0.4 |
| Hex | 9D | 1D | AE | A | 53 | 0 | 20 | 125 | 47 | 28 |
| Octal | 235 | 35 | 256 | 12 | 123 | 0 | 40 | 445 | 107 | 50 |
| Binary | 10011101 | 11101 | 10101110 | 1010 | 1010011 | 0 | 100000 | 100100101 | 1000111 | 101000 |
Color Harmonies of #9D1DAE
Complementary color
Monochromatic Colors of #9D1DAE
Black with #9D1DAE
Text Example
Text Example
White with #9D1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1DAE; }
p { color: rgb(157,29,174); }
H1.HeaderClassName
{
color: #9D1DAE;
}
.AnyTagClassName
{
color: #9D1DAE;
}
</style>
background-color css
<style>
a { background-color: #9D1DAE; }
a { background-color: rgb(157,29,174); }
div.DivClassName
{
background-color: #9D1DAE;
}
.BgClassName
{
background-color: #9D1DAE;
}
</style>
border-color css
<style>
span { border-color: #9D1DAE; }
span { border-color: rgb(157,29,174); }
td.TdClassName
{
border-color: #9D1DAE;
}
.TagClassName
{
border-color: #9D1DAE;
}
</style>