Shades of Dark Orchid #9C20CA
Tints of Dark Orchid #9C20CA
RGB
CMYK
RGB Variations
Color information
#9C20CA (or 0x9C20CA) is known color: Dark Orchid. HEX triplet: 9C, 20 and CA. RGB value is (156,32,202). Sum of RGB (Red+Green+Blue) = 156+32+202=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C20CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C20CA is #63DF35. Grayscale: #575757. Windows color (decimal): -6545206 or 13246620. OLE color: 13246620.
HSL color Cylindrical-coordinate representation of color #9C20CA: hue angle of 283.76º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C20CA is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 32 | 202 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.21 |
| HSL | 283.76º | 0.73% | 0.46% | - |
| HSV(B) | 283.76º | 0.84% | 0.79% | - |
| XYZ | 24.89 | 12.37 | 56.95 | - |
| YUV | 88.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 202 | 0.23 | 0.84 | 0 | 0.21 | 283.76 | 0.73 | 0.46 |
| Hex | 9C | 20 | CA | 17 | 54 | 0 | 15 | 11C | 49 | 2E |
| Octal | 234 | 40 | 312 | 27 | 124 | 0 | 25 | 434 | 111 | 56 |
| Binary | 10011100 | 100000 | 11001010 | 10111 | 1010100 | 0 | 10101 | 100011100 | 1001001 | 101110 |
Color Harmonies of #9C20CA
Complementary color
Monochromatic Colors of #9C20CA
Black with #9C20CA
Text Example
Text Example
White with #9C20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C20CA; }
p { color: rgb(156,32,202); }
H1.HeaderClassName
{
color: #9C20CA;
}
.AnyTagClassName
{
color: #9C20CA;
}
</style>
background-color css
<style>
a { background-color: #9C20CA; }
a { background-color: rgb(156,32,202); }
div.DivClassName
{
background-color: #9C20CA;
}
.BgClassName
{
background-color: #9C20CA;
}
</style>
border-color css
<style>
span { border-color: #9C20CA; }
span { border-color: rgb(156,32,202); }
td.TdClassName
{
border-color: #9C20CA;
}
.TagClassName
{
border-color: #9C20CA;
}
</style>