Shades of Dark Orchid #9C32CE
Tints of Dark Orchid #9C32CE
RGB
CMYK
RGB Variations
Color information
#9C32CE (or 0x9C32CE) is known color: Dark Orchid. HEX triplet: 9C, 32 and CE. RGB value is (156,50,206). Sum of RGB (Red+Green+Blue) = 156+50+206=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C32CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C32CE is #63CD31. Grayscale: #626262. Windows color (decimal): -6540594 or 13513372. OLE color: 13513372.
HSL color Cylindrical-coordinate representation of color #9C32CE: hue angle of 280.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C32CE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 50 | 206 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.19 |
| HSL | 280.77º | 0.61% | 0.5% | - |
| HSV(B) | 280.77º | 0.76% | 0.81% | - |
| XYZ | 25.99 | 13.81 | 59.69 | - |
| YUV | 99.48 | 188.12 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 206 | 0.24 | 0.76 | 0 | 0.19 | 280.77 | 0.61 | 0.5 |
| Hex | 9C | 32 | CE | 18 | 4C | 0 | 13 | 119 | 3D | 32 |
| Octal | 234 | 62 | 316 | 30 | 114 | 0 | 23 | 431 | 75 | 62 |
| Binary | 10011100 | 110010 | 11001110 | 11000 | 1001100 | 0 | 10011 | 100011001 | 111101 | 110010 |
Color Harmonies of #9C32CE
Complementary color
Monochromatic Colors of #9C32CE
Black with #9C32CE
Text Example
Text Example
White with #9C32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C32CE; }
p { color: rgb(156,50,206); }
H1.HeaderClassName
{
color: #9C32CE;
}
.AnyTagClassName
{
color: #9C32CE;
}
</style>
background-color css
<style>
a { background-color: #9C32CE; }
a { background-color: rgb(156,50,206); }
div.DivClassName
{
background-color: #9C32CE;
}
.BgClassName
{
background-color: #9C32CE;
}
</style>
border-color css
<style>
span { border-color: #9C32CE; }
span { border-color: rgb(156,50,206); }
td.TdClassName
{
border-color: #9C32CE;
}
.TagClassName
{
border-color: #9C32CE;
}
</style>