Shades of Dark Orchid #9C29AC
Tints of Dark Orchid #9C29AC
RGB
CMYK
RGB Variations
Color information
#9C29AC (or 0x9C29AC) is known color: Dark Orchid. HEX triplet: 9C, 29 and AC. RGB value is (156,41,172). Sum of RGB (Red+Green+Blue) = 156+41+172=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C29AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C29AC is #63D653. Grayscale: #595959. Windows color (decimal): -6542932 or 11282844. OLE color: 11282844.
HSL color Cylindrical-coordinate representation of color #9C29AC: hue angle of 292.67º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C29AC is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 41 | 172 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.33 |
| HSL | 292.67º | 0.62% | 0.42% | - |
| HSV(B) | 292.67º | 0.76% | 0.67% | - |
| XYZ | 21.95 | 11.63 | 40.12 | - |
| YUV | 90.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 172 | 0.09 | 0.76 | 0 | 0.33 | 292.67 | 0.62 | 0.42 |
| Hex | 9C | 29 | AC | 9 | 4C | 0 | 21 | 125 | 3E | 2A |
| Octal | 234 | 51 | 254 | 11 | 114 | 0 | 41 | 445 | 76 | 52 |
| Binary | 10011100 | 101001 | 10101100 | 1001 | 1001100 | 0 | 100001 | 100100101 | 111110 | 101010 |
Color Harmonies of #9C29AC
Complementary color
Monochromatic Colors of #9C29AC
Black with #9C29AC
Text Example
Text Example
White with #9C29AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C29AC; }
p { color: rgb(156,41,172); }
H1.HeaderClassName
{
color: #9C29AC;
}
.AnyTagClassName
{
color: #9C29AC;
}
</style>
background-color css
<style>
a { background-color: #9C29AC; }
a { background-color: rgb(156,41,172); }
div.DivClassName
{
background-color: #9C29AC;
}
.BgClassName
{
background-color: #9C29AC;
}
</style>
border-color css
<style>
span { border-color: #9C29AC; }
span { border-color: rgb(156,41,172); }
td.TdClassName
{
border-color: #9C29AC;
}
.TagClassName
{
border-color: #9C29AC;
}
</style>