Shades of Dark Orchid #9D3ACD
Tints of Dark Orchid #9D3ACD
RGB
CMYK
RGB Variations
Color information
#9D3ACD (or 0x9D3ACD) is known color: Dark Orchid. HEX triplet: 9D, 3A and CD. RGB value is (157,58,205). Sum of RGB (Red+Green+Blue) = 157+58+205=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D3ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3ACD is #62C532. Grayscale: #676767. Windows color (decimal): -6473011 or 13449885. OLE color: 13449885.
HSL color Cylindrical-coordinate representation of color #9D3ACD: hue angle of 280.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D3ACD is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 58 | 205 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.20 |
| HSL | 280.41º | 0.6% | 0.52% | - |
| HSV(B) | 280.41º | 0.72% | 0.8% | - |
| XYZ | 26.44 | 14.6 | 59.18 | - |
| YUV | 104.36 | 184.8 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 58 | 205 | 0.23 | 0.72 | 0 | 0.20 | 280.41 | 0.6 | 0.52 |
| Hex | 9D | 3A | CD | 17 | 48 | 0 | 14 | 118 | 3C | 34 |
| Octal | 235 | 72 | 315 | 27 | 110 | 0 | 24 | 430 | 74 | 64 |
| Binary | 10011101 | 111010 | 11001101 | 10111 | 1001000 | 0 | 10100 | 100011000 | 111100 | 110100 |
Color Harmonies of #9D3ACD
Complementary color
Monochromatic Colors of #9D3ACD
Black with #9D3ACD
Text Example
Text Example
White with #9D3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3ACD; }
p { color: rgb(157,58,205); }
H1.HeaderClassName
{
color: #9D3ACD;
}
.AnyTagClassName
{
color: #9D3ACD;
}
</style>
background-color css
<style>
a { background-color: #9D3ACD; }
a { background-color: rgb(157,58,205); }
div.DivClassName
{
background-color: #9D3ACD;
}
.BgClassName
{
background-color: #9D3ACD;
}
</style>
border-color css
<style>
span { border-color: #9D3ACD; }
span { border-color: rgb(157,58,205); }
td.TdClassName
{
border-color: #9D3ACD;
}
.TagClassName
{
border-color: #9D3ACD;
}
</style>