Shades of Dark Orchid #9D32CE
Tints of Dark Orchid #9D32CE
RGB
CMYK
RGB Variations
Color information
#9D32CE (or 0x9D32CE) is known color: Dark Orchid. HEX triplet: 9D, 32 and CE. RGB value is (157,50,206). Sum of RGB (Red+Green+Blue) = 157+50+206=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D32CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D32CE is #62CD31. Grayscale: #636363. Windows color (decimal): -6475058 or 13513373. OLE color: 13513373.
HSL color Cylindrical-coordinate representation of color #9D32CE: hue angle of 281.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D32CE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 50 | 206 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.19 |
| HSL | 281.15º | 0.61% | 0.5% | - |
| HSV(B) | 281.15º | 0.76% | 0.81% | - |
| XYZ | 26.19 | 13.91 | 59.7 | - |
| YUV | 99.78 | 187.95 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 206 | 0.24 | 0.76 | 0 | 0.19 | 281.15 | 0.61 | 0.5 |
| Hex | 9D | 32 | CE | 18 | 4C | 0 | 13 | 119 | 3D | 32 |
| Octal | 235 | 62 | 316 | 30 | 114 | 0 | 23 | 431 | 75 | 62 |
| Binary | 10011101 | 110010 | 11001110 | 11000 | 1001100 | 0 | 10011 | 100011001 | 111101 | 110010 |
Color Harmonies of #9D32CE
Complementary color
Monochromatic Colors of #9D32CE
Black with #9D32CE
Text Example
Text Example
White with #9D32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D32CE; }
p { color: rgb(157,50,206); }
H1.HeaderClassName
{
color: #9D32CE;
}
.AnyTagClassName
{
color: #9D32CE;
}
</style>
background-color css
<style>
a { background-color: #9D32CE; }
a { background-color: rgb(157,50,206); }
div.DivClassName
{
background-color: #9D32CE;
}
.BgClassName
{
background-color: #9D32CE;
}
</style>
border-color css
<style>
span { border-color: #9D32CE; }
span { border-color: rgb(157,50,206); }
td.TdClassName
{
border-color: #9D32CE;
}
.TagClassName
{
border-color: #9D32CE;
}
</style>