Shades of Dark Orchid #9D32D7
Tints of Dark Orchid #9D32D7
RGB
CMYK
RGB Variations
Color information
#9D32D7 (or 0x9D32D7) is known color: Dark Orchid. HEX triplet: 9D, 32 and D7. RGB value is (157,50,215). Sum of RGB (Red+Green+Blue) = 157+50+215=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #9D32D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D32D7 is #62CD28. Grayscale: #646464. Windows color (decimal): -6475049 or 14103197. OLE color: 14103197.
HSL color Cylindrical-coordinate representation of color #9D32D7: hue angle of 278.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D32D7 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 50 | 215 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.16 |
| HSL | 278.91º | 0.67% | 0.52% | - |
| HSV(B) | 278.91º | 0.77% | 0.84% | - |
| XYZ | 27.31 | 14.36 | 65.62 | - |
| YUV | 100.8 | 192.45 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 215 | 0.27 | 0.77 | 0 | 0.16 | 278.91 | 0.67 | 0.52 |
| Hex | 9D | 32 | D7 | 1B | 4D | 0 | 10 | 117 | 43 | 34 |
| Octal | 235 | 62 | 327 | 33 | 115 | 0 | 20 | 427 | 103 | 64 |
| Binary | 10011101 | 110010 | 11010111 | 11011 | 1001101 | 0 | 10000 | 100010111 | 1000011 | 110100 |
Color Harmonies of #9D32D7
Complementary color
Monochromatic Colors of #9D32D7
Black with #9D32D7
Text Example
Text Example
White with #9D32D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D32D7; }
p { color: rgb(157,50,215); }
H1.HeaderClassName
{
color: #9D32D7;
}
.AnyTagClassName
{
color: #9D32D7;
}
</style>
background-color css
<style>
a { background-color: #9D32D7; }
a { background-color: rgb(157,50,215); }
div.DivClassName
{
background-color: #9D32D7;
}
.BgClassName
{
background-color: #9D32D7;
}
</style>
border-color css
<style>
span { border-color: #9D32D7; }
span { border-color: rgb(157,50,215); }
td.TdClassName
{
border-color: #9D32D7;
}
.TagClassName
{
border-color: #9D32D7;
}
</style>