Shades of Dark Orchid #9C20CD
Tints of Dark Orchid #9C20CD
RGB
CMYK
RGB Variations
Color information
#9C20CD (or 0x9C20CD) is known color: Dark Orchid. HEX triplet: 9C, 20 and CD. RGB value is (156,32,205). Sum of RGB (Red+Green+Blue) = 156+32+205=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C20CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C20CD is #63DF32. Grayscale: #585858. Windows color (decimal): -6545203 or 13443228. OLE color: 13443228.
HSL color Cylindrical-coordinate representation of color #9C20CD: hue angle of 283.01º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C20CD is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 32 | 205 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.20 |
| HSL | 283.01º | 0.73% | 0.46% | - |
| HSV(B) | 283.01º | 0.84% | 0.8% | - |
| XYZ | 25.25 | 12.51 | 58.84 | - |
| YUV | 88.8 | 193.58 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 205 | 0.24 | 0.84 | 0 | 0.20 | 283.01 | 0.73 | 0.46 |
| Hex | 9C | 20 | CD | 18 | 54 | 0 | 14 | 11B | 49 | 2E |
| Octal | 234 | 40 | 315 | 30 | 124 | 0 | 24 | 433 | 111 | 56 |
| Binary | 10011100 | 100000 | 11001101 | 11000 | 1010100 | 0 | 10100 | 100011011 | 1001001 | 101110 |
Color Harmonies of #9C20CD
Complementary color
Monochromatic Colors of #9C20CD
Black with #9C20CD
Text Example
Text Example
White with #9C20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C20CD; }
p { color: rgb(156,32,205); }
H1.HeaderClassName
{
color: #9C20CD;
}
.AnyTagClassName
{
color: #9C20CD;
}
</style>
background-color css
<style>
a { background-color: #9C20CD; }
a { background-color: rgb(156,32,205); }
div.DivClassName
{
background-color: #9C20CD;
}
.BgClassName
{
background-color: #9C20CD;
}
</style>
border-color css
<style>
span { border-color: #9C20CD; }
span { border-color: rgb(156,32,205); }
td.TdClassName
{
border-color: #9C20CD;
}
.TagClassName
{
border-color: #9C20CD;
}
</style>