Shades of Dark Orchid #9C2AD9
Tints of Dark Orchid #9C2AD9
RGB
CMYK
RGB Variations
Color information
#9C2AD9 (or 0x9C2AD9) is known color: Dark Orchid. HEX triplet: 9C, 2A and D9. RGB value is (156,42,217). Sum of RGB (Red+Green+Blue) = 156+42+217=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 217 (85.16% from 255 or 52.29% from 415); Max value from RGB is 217 - color contains mainly: blue. Hex color #9C2AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2AD9 is #63D526. Grayscale: #5F5F5F. Windows color (decimal): -6542631 or 14232220. OLE color: 14232220.
HSL color Cylindrical-coordinate representation of color #9C2AD9: hue angle of 279.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C2AD9 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 42 | 217 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.15 |
| HSL | 279.09º | 0.7% | 0.51% | - |
| HSV(B) | 279.09º | 0.81% | 0.85% | - |
| XYZ | 27.06 | 13.73 | 66.87 | - |
| YUV | 96.04 | 196.27 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 217 | 0.28 | 0.81 | 0 | 0.15 | 279.09 | 0.7 | 0.51 |
| Hex | 9C | 2A | D9 | 1C | 51 | 0 | F | 117 | 46 | 33 |
| Octal | 234 | 52 | 331 | 34 | 121 | 0 | 17 | 427 | 106 | 63 |
| Binary | 10011100 | 101010 | 11011001 | 11100 | 1010001 | 0 | 1111 | 100010111 | 1000110 | 110011 |
Color Harmonies of #9C2AD9
Complementary color
Monochromatic Colors of #9C2AD9
Black with #9C2AD9
Text Example
Text Example
White with #9C2AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2AD9; }
p { color: rgb(156,42,217); }
H1.HeaderClassName
{
color: #9C2AD9;
}
.AnyTagClassName
{
color: #9C2AD9;
}
</style>
background-color css
<style>
a { background-color: #9C2AD9; }
a { background-color: rgb(156,42,217); }
div.DivClassName
{
background-color: #9C2AD9;
}
.BgClassName
{
background-color: #9C2AD9;
}
</style>
border-color css
<style>
span { border-color: #9C2AD9; }
span { border-color: rgb(156,42,217); }
td.TdClassName
{
border-color: #9C2AD9;
}
.TagClassName
{
border-color: #9C2AD9;
}
</style>