Shades of Dark Orchid #9C20D1
Tints of Dark Orchid #9C20D1
RGB
CMYK
RGB Variations
Color information
#9C20D1 (or 0x9C20D1) is known color: Dark Orchid. HEX triplet: 9C, 20 and D1. RGB value is (156,32,209). Sum of RGB (Red+Green+Blue) = 156+32+209=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #9C20D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C20D1 is #63DF2E. Grayscale: #585858. Windows color (decimal): -6545199 or 13705372. OLE color: 13705372.
HSL color Cylindrical-coordinate representation of color #9C20D1: hue angle of 282.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C20D1 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 32 | 209 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.18 |
| HSL | 282.03º | 0.73% | 0.47% | - |
| HSV(B) | 282.03º | 0.85% | 0.82% | - |
| XYZ | 25.74 | 12.7 | 61.42 | - |
| YUV | 89.25 | 195.58 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 209 | 0.25 | 0.85 | 0 | 0.18 | 282.03 | 0.73 | 0.47 |
| Hex | 9C | 20 | D1 | 19 | 55 | 0 | 12 | 11A | 49 | 2F |
| Octal | 234 | 40 | 321 | 31 | 125 | 0 | 22 | 432 | 111 | 57 |
| Binary | 10011100 | 100000 | 11010001 | 11001 | 1010101 | 0 | 10010 | 100011010 | 1001001 | 101111 |
Color Harmonies of #9C20D1
Complementary color
Monochromatic Colors of #9C20D1
Black with #9C20D1
Text Example
Text Example
White with #9C20D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C20D1; }
p { color: rgb(156,32,209); }
H1.HeaderClassName
{
color: #9C20D1;
}
.AnyTagClassName
{
color: #9C20D1;
}
</style>
background-color css
<style>
a { background-color: #9C20D1; }
a { background-color: rgb(156,32,209); }
div.DivClassName
{
background-color: #9C20D1;
}
.BgClassName
{
background-color: #9C20D1;
}
</style>
border-color css
<style>
span { border-color: #9C20D1; }
span { border-color: rgb(156,32,209); }
td.TdClassName
{
border-color: #9C20D1;
}
.TagClassName
{
border-color: #9C20D1;
}
</style>