Shades of Dark Orchid #9C32CC
Tints of Dark Orchid #9C32CC
RGB
CMYK
RGB Variations
Color information
#9C32CC (or 0x9C32CC) is known color: Dark Orchid. HEX triplet: 9C, 32 and CC. RGB value is (156,50,204). Sum of RGB (Red+Green+Blue) = 156+50+204=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C32CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C32CC is #63CD33. Grayscale: #626262. Windows color (decimal): -6540596 or 13382300. OLE color: 13382300.
HSL color Cylindrical-coordinate representation of color #9C32CC: hue angle of 281.3º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C32CC is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 50 | 204 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.2 |
| HSL | 281.3º | 0.61% | 0.5% | - |
| HSV(B) | 281.3º | 0.75% | 0.8% | - |
| XYZ | 25.75 | 13.71 | 58.42 | - |
| YUV | 99.25 | 187.12 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 204 | 0.24 | 0.75 | 0 | 0.2 | 281.3 | 0.61 | 0.5 |
| Hex | 9C | 32 | CC | 18 | 4B | 0 | 14 | 119 | 3D | 32 |
| Octal | 234 | 62 | 314 | 30 | 113 | 0 | 24 | 431 | 75 | 62 |
| Binary | 10011100 | 110010 | 11001100 | 11000 | 1001011 | 0 | 10100 | 100011001 | 111101 | 110010 |
Color Harmonies of #9C32CC
Complementary color
Monochromatic Colors of #9C32CC
Black with #9C32CC
Text Example
Text Example
White with #9C32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C32CC; }
p { color: rgb(156,50,204); }
H1.HeaderClassName
{
color: #9C32CC;
}
.AnyTagClassName
{
color: #9C32CC;
}
</style>
background-color css
<style>
a { background-color: #9C32CC; }
a { background-color: rgb(156,50,204); }
div.DivClassName
{
background-color: #9C32CC;
}
.BgClassName
{
background-color: #9C32CC;
}
</style>
border-color css
<style>
span { border-color: #9C32CC; }
span { border-color: rgb(156,50,204); }
td.TdClassName
{
border-color: #9C32CC;
}
.TagClassName
{
border-color: #9C32CC;
}
</style>