Shades of Dark Orchid #9C2ADC
Tints of Dark Orchid #9C2ADC
RGB
CMYK
RGB Variations
Color information
#9C2ADC (or 0x9C2ADC) is known color: Dark Orchid. HEX triplet: 9C, 2A and DC. RGB value is (156,42,220). Sum of RGB (Red+Green+Blue) = 156+42+220=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C2ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2ADC is #63D523. Grayscale: #5F5F5F. Windows color (decimal): -6542628 or 14428828. OLE color: 14428828.
HSL color Cylindrical-coordinate representation of color #9C2ADC: hue angle of 278.43º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C2ADC is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 42 | 220 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.14 |
| HSL | 278.43º | 0.72% | 0.51% | - |
| HSV(B) | 278.43º | 0.81% | 0.86% | - |
| XYZ | 27.46 | 13.89 | 68.94 | - |
| YUV | 96.38 | 197.77 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 220 | 0.29 | 0.81 | 0 | 0.14 | 278.43 | 0.72 | 0.51 |
| Hex | 9C | 2A | DC | 1D | 51 | 0 | E | 116 | 48 | 33 |
| Octal | 234 | 52 | 334 | 35 | 121 | 0 | 16 | 426 | 110 | 63 |
| Binary | 10011100 | 101010 | 11011100 | 11101 | 1010001 | 0 | 1110 | 100010110 | 1001000 | 110011 |
Color Harmonies of #9C2ADC
Complementary color
Monochromatic Colors of #9C2ADC
Black with #9C2ADC
Text Example
Text Example
White with #9C2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2ADC; }
p { color: rgb(156,42,220); }
H1.HeaderClassName
{
color: #9C2ADC;
}
.AnyTagClassName
{
color: #9C2ADC;
}
</style>
background-color css
<style>
a { background-color: #9C2ADC; }
a { background-color: rgb(156,42,220); }
div.DivClassName
{
background-color: #9C2ADC;
}
.BgClassName
{
background-color: #9C2ADC;
}
</style>
border-color css
<style>
span { border-color: #9C2ADC; }
span { border-color: rgb(156,42,220); }
td.TdClassName
{
border-color: #9C2ADC;
}
.TagClassName
{
border-color: #9C2ADC;
}
</style>