Shades of Dark Orchid #9C2DB6
Tints of Dark Orchid #9C2DB6
RGB
CMYK
RGB Variations
Color information
#9C2DB6 (or 0x9C2DB6) is known color: Dark Orchid. HEX triplet: 9C, 2D and B6. RGB value is (156,45,182). Sum of RGB (Red+Green+Blue) = 156+45+182=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #9C2DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2DB6 is #63D249. Grayscale: #5D5D5D. Windows color (decimal): -6541898 or 11939228. OLE color: 11939228.
HSL color Cylindrical-coordinate representation of color #9C2DB6: hue angle of 288.61º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2DB6 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 45 | 182 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.29 |
| HSL | 288.61º | 0.6% | 0.45% | - |
| HSV(B) | 288.61º | 0.75% | 0.71% | - |
| XYZ | 23.09 | 12.32 | 45.42 | - |
| YUV | 93.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 182 | 0.14 | 0.75 | 0 | 0.29 | 288.61 | 0.6 | 0.45 |
| Hex | 9C | 2D | B6 | E | 4B | 0 | 1D | 121 | 3C | 2D |
| Octal | 234 | 55 | 266 | 16 | 113 | 0 | 35 | 441 | 74 | 55 |
| Binary | 10011100 | 101101 | 10110110 | 1110 | 1001011 | 0 | 11101 | 100100001 | 111100 | 101101 |
Color Harmonies of #9C2DB6
Complementary color
Monochromatic Colors of #9C2DB6
Black with #9C2DB6
Text Example
Text Example
White with #9C2DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2DB6; }
p { color: rgb(156,45,182); }
H1.HeaderClassName
{
color: #9C2DB6;
}
.AnyTagClassName
{
color: #9C2DB6;
}
</style>
background-color css
<style>
a { background-color: #9C2DB6; }
a { background-color: rgb(156,45,182); }
div.DivClassName
{
background-color: #9C2DB6;
}
.BgClassName
{
background-color: #9C2DB6;
}
</style>
border-color css
<style>
span { border-color: #9C2DB6; }
span { border-color: rgb(156,45,182); }
td.TdClassName
{
border-color: #9C2DB6;
}
.TagClassName
{
border-color: #9C2DB6;
}
</style>