Shades of Dark Orchid #9C2BDC
Tints of Dark Orchid #9C2BDC
RGB
CMYK
RGB Variations
Color information
#9C2BDC (or 0x9C2BDC) is known color: Dark Orchid. HEX triplet: 9C, 2B and DC. RGB value is (156,43,220). Sum of RGB (Red+Green+Blue) = 156+43+220=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C2BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2BDC is #63D423. Grayscale: #606060. Windows color (decimal): -6542372 or 14429084. OLE color: 14429084.
HSL color Cylindrical-coordinate representation of color #9C2BDC: hue angle of 278.31º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C2BDC is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 43 | 220 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.14 |
| HSL | 278.31º | 0.72% | 0.52% | - |
| HSV(B) | 278.31º | 0.8% | 0.86% | - |
| XYZ | 27.49 | 13.96 | 68.96 | - |
| YUV | 96.97 | 197.44 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 220 | 0.29 | 0.80 | 0 | 0.14 | 278.31 | 0.72 | 0.52 |
| Hex | 9C | 2B | DC | 1D | 50 | 0 | E | 116 | 48 | 34 |
| Octal | 234 | 53 | 334 | 35 | 120 | 0 | 16 | 426 | 110 | 64 |
| Binary | 10011100 | 101011 | 11011100 | 11101 | 1010000 | 0 | 1110 | 100010110 | 1001000 | 110100 |
Color Harmonies of #9C2BDC
Complementary color
Monochromatic Colors of #9C2BDC
Black with #9C2BDC
Text Example
Text Example
White with #9C2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2BDC; }
p { color: rgb(156,43,220); }
H1.HeaderClassName
{
color: #9C2BDC;
}
.AnyTagClassName
{
color: #9C2BDC;
}
</style>
background-color css
<style>
a { background-color: #9C2BDC; }
a { background-color: rgb(156,43,220); }
div.DivClassName
{
background-color: #9C2BDC;
}
.BgClassName
{
background-color: #9C2BDC;
}
</style>
border-color css
<style>
span { border-color: #9C2BDC; }
span { border-color: rgb(156,43,220); }
td.TdClassName
{
border-color: #9C2BDC;
}
.TagClassName
{
border-color: #9C2BDC;
}
</style>