Shades of Dark Orchid #9D1DD9
Tints of Dark Orchid #9D1DD9
RGB
CMYK
RGB Variations
Color information
#9D1DD9 (or 0x9D1DD9) is known color: Dark Orchid. HEX triplet: 9D, 1D and D9. RGB value is (157,29,217). Sum of RGB (Red+Green+Blue) = 157+29+217=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 217 (85.16% from 255 or 53.85% from 403); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D1DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1DD9 is #62E226. Grayscale: #585858. Windows color (decimal): -6480423 or 14228893. OLE color: 14228893.
HSL color Cylindrical-coordinate representation of color #9D1DD9: hue angle of 280.85º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1DD9 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 29 | 217 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.15 |
| HSL | 280.85º | 0.76% | 0.48% | - |
| HSV(B) | 280.85º | 0.87% | 0.85% | - |
| XYZ | 26.87 | 13.06 | 66.75 | - |
| YUV | 88.7 | 200.41 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 217 | 0.28 | 0.87 | 0 | 0.15 | 280.85 | 0.76 | 0.48 |
| Hex | 9D | 1D | D9 | 1C | 57 | 0 | F | 119 | 4C | 30 |
| Octal | 235 | 35 | 331 | 34 | 127 | 0 | 17 | 431 | 114 | 60 |
| Binary | 10011101 | 11101 | 11011001 | 11100 | 1010111 | 0 | 1111 | 100011001 | 1001100 | 110000 |
Color Harmonies of #9D1DD9
Complementary color
Monochromatic Colors of #9D1DD9
Black with #9D1DD9
Text Example
Text Example
White with #9D1DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1DD9; }
p { color: rgb(157,29,217); }
H1.HeaderClassName
{
color: #9D1DD9;
}
.AnyTagClassName
{
color: #9D1DD9;
}
</style>
background-color css
<style>
a { background-color: #9D1DD9; }
a { background-color: rgb(157,29,217); }
div.DivClassName
{
background-color: #9D1DD9;
}
.BgClassName
{
background-color: #9D1DD9;
}
</style>
border-color css
<style>
span { border-color: #9D1DD9; }
span { border-color: rgb(157,29,217); }
td.TdClassName
{
border-color: #9D1DD9;
}
.TagClassName
{
border-color: #9D1DD9;
}
</style>