Shades of Dark Orchid #9C2DBD
Tints of Dark Orchid #9C2DBD
RGB
CMYK
RGB Variations
Color information
#9C2DBD (or 0x9C2DBD) is known color: Dark Orchid. HEX triplet: 9C, 2D and BD. RGB value is (156,45,189). Sum of RGB (Red+Green+Blue) = 156+45+189=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C2DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2DBD is #63D242. Grayscale: #5E5E5E. Windows color (decimal): -6541891 or 12397980. OLE color: 12397980.
HSL color Cylindrical-coordinate representation of color #9C2DBD: hue angle of 286.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2DBD is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 45 | 189 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.26 |
| HSL | 286.25º | 0.62% | 0.46% | - |
| HSV(B) | 286.25º | 0.76% | 0.74% | - |
| XYZ | 23.83 | 12.62 | 49.32 | - |
| YUV | 94.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 189 | 0.17 | 0.76 | 0 | 0.26 | 286.25 | 0.62 | 0.46 |
| Hex | 9C | 2D | BD | 11 | 4C | 0 | 1A | 11E | 3E | 2E |
| Octal | 234 | 55 | 275 | 21 | 114 | 0 | 32 | 436 | 76 | 56 |
| Binary | 10011100 | 101101 | 10111101 | 10001 | 1001100 | 0 | 11010 | 100011110 | 111110 | 101110 |
Color Harmonies of #9C2DBD
Complementary color
Monochromatic Colors of #9C2DBD
Black with #9C2DBD
Text Example
Text Example
White with #9C2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2DBD; }
p { color: rgb(156,45,189); }
H1.HeaderClassName
{
color: #9C2DBD;
}
.AnyTagClassName
{
color: #9C2DBD;
}
</style>
background-color css
<style>
a { background-color: #9C2DBD; }
a { background-color: rgb(156,45,189); }
div.DivClassName
{
background-color: #9C2DBD;
}
.BgClassName
{
background-color: #9C2DBD;
}
</style>
border-color css
<style>
span { border-color: #9C2DBD; }
span { border-color: rgb(156,45,189); }
td.TdClassName
{
border-color: #9C2DBD;
}
.TagClassName
{
border-color: #9C2DBD;
}
</style>