Shades of Dark Orchid #9C2FDC
Tints of Dark Orchid #9C2FDC
RGB
CMYK
RGB Variations
Color information
#9C2FDC (or 0x9C2FDC) is known color: Dark Orchid. HEX triplet: 9C, 2F and DC. RGB value is (156,47,220). Sum of RGB (Red+Green+Blue) = 156+47+220=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C2FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2FDC is #63D023. Grayscale: #626262. Windows color (decimal): -6541348 or 14430108. OLE color: 14430108.
HSL color Cylindrical-coordinate representation of color #9C2FDC: hue angle of 277.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2FDC is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 47 | 220 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.14 |
| HSL | 277.8º | 0.71% | 0.52% | - |
| HSV(B) | 277.8º | 0.79% | 0.86% | - |
| XYZ | 27.65 | 14.27 | 69.01 | - |
| YUV | 99.31 | 196.11 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 220 | 0.29 | 0.79 | 0 | 0.14 | 277.8 | 0.71 | 0.52 |
| Hex | 9C | 2F | DC | 1D | 4F | 0 | E | 116 | 47 | 34 |
| Octal | 234 | 57 | 334 | 35 | 117 | 0 | 16 | 426 | 107 | 64 |
| Binary | 10011100 | 101111 | 11011100 | 11101 | 1001111 | 0 | 1110 | 100010110 | 1000111 | 110100 |
Color Harmonies of #9C2FDC
Complementary color
Monochromatic Colors of #9C2FDC
Black with #9C2FDC
Text Example
Text Example
White with #9C2FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2FDC; }
p { color: rgb(156,47,220); }
H1.HeaderClassName
{
color: #9C2FDC;
}
.AnyTagClassName
{
color: #9C2FDC;
}
</style>
background-color css
<style>
a { background-color: #9C2FDC; }
a { background-color: rgb(156,47,220); }
div.DivClassName
{
background-color: #9C2FDC;
}
.BgClassName
{
background-color: #9C2FDC;
}
</style>
border-color css
<style>
span { border-color: #9C2FDC; }
span { border-color: rgb(156,47,220); }
td.TdClassName
{
border-color: #9C2FDC;
}
.TagClassName
{
border-color: #9C2FDC;
}
</style>