Shades of Dark Orchid #9C32CD
Tints of Dark Orchid #9C32CD
RGB
CMYK
RGB Variations
Color information
#9C32CD (or 0x9C32CD) is known color: Dark Orchid. HEX triplet: 9C, 32 and CD. RGB value is (156,50,205). Sum of RGB (Red+Green+Blue) = 156+50+205=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C32CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C32CD is #63CD32. Grayscale: #626262. Windows color (decimal): -6540595 or 13447836. OLE color: 13447836.
HSL color Cylindrical-coordinate representation of color #9C32CD: hue angle of 281.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C32CD is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 50 | 205 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.20 |
| HSL | 281.03º | 0.61% | 0.5% | - |
| HSV(B) | 281.03º | 0.76% | 0.8% | - |
| XYZ | 25.87 | 13.76 | 59.05 | - |
| YUV | 99.36 | 187.62 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 205 | 0.24 | 0.76 | 0 | 0.20 | 281.03 | 0.61 | 0.5 |
| Hex | 9C | 32 | CD | 18 | 4C | 0 | 14 | 119 | 3D | 32 |
| Octal | 234 | 62 | 315 | 30 | 114 | 0 | 24 | 431 | 75 | 62 |
| Binary | 10011100 | 110010 | 11001101 | 11000 | 1001100 | 0 | 10100 | 100011001 | 111101 | 110010 |
Color Harmonies of #9C32CD
Complementary color
Monochromatic Colors of #9C32CD
Black with #9C32CD
Text Example
Text Example
White with #9C32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C32CD; }
p { color: rgb(156,50,205); }
H1.HeaderClassName
{
color: #9C32CD;
}
.AnyTagClassName
{
color: #9C32CD;
}
</style>
background-color css
<style>
a { background-color: #9C32CD; }
a { background-color: rgb(156,50,205); }
div.DivClassName
{
background-color: #9C32CD;
}
.BgClassName
{
background-color: #9C32CD;
}
</style>
border-color css
<style>
span { border-color: #9C32CD; }
span { border-color: rgb(156,50,205); }
td.TdClassName
{
border-color: #9C32CD;
}
.TagClassName
{
border-color: #9C32CD;
}
</style>