Shades of Dark Orchid #9D1DCE
Tints of Dark Orchid #9D1DCE
RGB
CMYK
RGB Variations
Color information
#9D1DCE (or 0x9D1DCE) is known color: Dark Orchid. HEX triplet: 9D, 1D and CE. RGB value is (157,29,206). Sum of RGB (Red+Green+Blue) = 157+29+206=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D1DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1DCE is #62E231. Grayscale: #565656. Windows color (decimal): -6480434 or 13507997. OLE color: 13507997.
HSL color Cylindrical-coordinate representation of color #9D1DCE: hue angle of 283.39º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1DCE is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 29 | 206 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.19 |
| HSL | 283.39º | 0.75% | 0.46% | - |
| HSV(B) | 283.39º | 0.86% | 0.81% | - |
| XYZ | 25.48 | 12.5 | 59.46 | - |
| YUV | 87.45 | 194.91 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 206 | 0.24 | 0.86 | 0 | 0.19 | 283.39 | 0.75 | 0.46 |
| Hex | 9D | 1D | CE | 18 | 56 | 0 | 13 | 11B | 4B | 2E |
| Octal | 235 | 35 | 316 | 30 | 126 | 0 | 23 | 433 | 113 | 56 |
| Binary | 10011101 | 11101 | 11001110 | 11000 | 1010110 | 0 | 10011 | 100011011 | 1001011 | 101110 |
Color Harmonies of #9D1DCE
Complementary color
Monochromatic Colors of #9D1DCE
Black with #9D1DCE
Text Example
Text Example
White with #9D1DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1DCE; }
p { color: rgb(157,29,206); }
H1.HeaderClassName
{
color: #9D1DCE;
}
.AnyTagClassName
{
color: #9D1DCE;
}
</style>
background-color css
<style>
a { background-color: #9D1DCE; }
a { background-color: rgb(157,29,206); }
div.DivClassName
{
background-color: #9D1DCE;
}
.BgClassName
{
background-color: #9D1DCE;
}
</style>
border-color css
<style>
span { border-color: #9D1DCE; }
span { border-color: rgb(157,29,206); }
td.TdClassName
{
border-color: #9D1DCE;
}
.TagClassName
{
border-color: #9D1DCE;
}
</style>