Shades of Dark Orchid #9C21CC
Tints of Dark Orchid #9C21CC
RGB
CMYK
RGB Variations
Color information
#9C21CC (or 0x9C21CC) is known color: Dark Orchid. HEX triplet: 9C, 21 and CC. RGB value is (156,33,204). Sum of RGB (Red+Green+Blue) = 156+33+204=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C21CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C21CC is #63DE33. Grayscale: #585858. Windows color (decimal): -6544948 or 13377948. OLE color: 13377948.
HSL color Cylindrical-coordinate representation of color #9C21CC: hue angle of 283.16º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C21CC is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 33 | 204 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.2 |
| HSL | 283.16º | 0.72% | 0.46% | - |
| HSV(B) | 283.16º | 0.84% | 0.8% | - |
| XYZ | 25.15 | 12.52 | 58.22 | - |
| YUV | 89.27 | 192.75 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 33 | 204 | 0.24 | 0.84 | 0 | 0.2 | 283.16 | 0.72 | 0.46 |
| Hex | 9C | 21 | CC | 18 | 54 | 0 | 14 | 11B | 48 | 2E |
| Octal | 234 | 41 | 314 | 30 | 124 | 0 | 24 | 433 | 110 | 56 |
| Binary | 10011100 | 100001 | 11001100 | 11000 | 1010100 | 0 | 10100 | 100011011 | 1001000 | 101110 |
Color Harmonies of #9C21CC
Complementary color
Monochromatic Colors of #9C21CC
Black with #9C21CC
Text Example
Text Example
White with #9C21CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C21CC; }
p { color: rgb(156,33,204); }
H1.HeaderClassName
{
color: #9C21CC;
}
.AnyTagClassName
{
color: #9C21CC;
}
</style>
background-color css
<style>
a { background-color: #9C21CC; }
a { background-color: rgb(156,33,204); }
div.DivClassName
{
background-color: #9C21CC;
}
.BgClassName
{
background-color: #9C21CC;
}
</style>
border-color css
<style>
span { border-color: #9C21CC; }
span { border-color: rgb(156,33,204); }
td.TdClassName
{
border-color: #9C21CC;
}
.TagClassName
{
border-color: #9C21CC;
}
</style>