Shades of Dark Orchid #9C20CB
Tints of Dark Orchid #9C20CB
RGB
CMYK
RGB Variations
Color information
#9C20CB (or 0x9C20CB) is known color: Dark Orchid. HEX triplet: 9C, 20 and CB. RGB value is (156,32,203). Sum of RGB (Red+Green+Blue) = 156+32+203=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C20CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C20CB is #63DF34. Grayscale: #585858. Windows color (decimal): -6545205 or 13312156. OLE color: 13312156.
HSL color Cylindrical-coordinate representation of color #9C20CB: hue angle of 283.51º 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 #9C20CB is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 32 | 203 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.20 |
| HSL | 283.51º | 0.73% | 0.46% | - |
| HSV(B) | 283.51º | 0.84% | 0.8% | - |
| XYZ | 25.01 | 12.41 | 57.58 | - |
| YUV | 88.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 203 | 0.23 | 0.84 | 0 | 0.20 | 283.51 | 0.73 | 0.46 |
| Hex | 9C | 20 | CB | 17 | 54 | 0 | 14 | 11C | 49 | 2E |
| Octal | 234 | 40 | 313 | 27 | 124 | 0 | 24 | 434 | 111 | 56 |
| Binary | 10011100 | 100000 | 11001011 | 10111 | 1010100 | 0 | 10100 | 100011100 | 1001001 | 101110 |
Color Harmonies of #9C20CB
Complementary color
Monochromatic Colors of #9C20CB
Black with #9C20CB
Text Example
Text Example
White with #9C20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C20CB; }
p { color: rgb(156,32,203); }
H1.HeaderClassName
{
color: #9C20CB;
}
.AnyTagClassName
{
color: #9C20CB;
}
</style>
background-color css
<style>
a { background-color: #9C20CB; }
a { background-color: rgb(156,32,203); }
div.DivClassName
{
background-color: #9C20CB;
}
.BgClassName
{
background-color: #9C20CB;
}
</style>
border-color css
<style>
span { border-color: #9C20CB; }
span { border-color: rgb(156,32,203); }
td.TdClassName
{
border-color: #9C20CB;
}
.TagClassName
{
border-color: #9C20CB;
}
</style>