Shades of Dark Orchid #9C21AB
Tints of Dark Orchid #9C21AB
RGB
CMYK
RGB Variations
Color information
#9C21AB (or 0x9C21AB) is known color: Dark Orchid. HEX triplet: 9C, 21 and AB. RGB value is (156,33,171). Sum of RGB (Red+Green+Blue) = 156+33+171=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C21AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C21AB is #63DE54. Grayscale: #555555. Windows color (decimal): -6544981 or 11215260. OLE color: 11215260.
HSL color Cylindrical-coordinate representation of color #9C21AB: hue angle of 293.48º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C21AB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 33 | 171 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.33 |
| HSL | 293.48º | 0.68% | 0.4% | - |
| HSV(B) | 293.48º | 0.81% | 0.67% | - |
| XYZ | 21.6 | 11.1 | 39.53 | - |
| YUV | 85.51 | 176.25 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 33 | 171 | 0.09 | 0.81 | 0 | 0.33 | 293.48 | 0.68 | 0.4 |
| Hex | 9C | 21 | AB | 9 | 51 | 0 | 21 | 125 | 44 | 28 |
| Octal | 234 | 41 | 253 | 11 | 121 | 0 | 41 | 445 | 104 | 50 |
| Binary | 10011100 | 100001 | 10101011 | 1001 | 1010001 | 0 | 100001 | 100100101 | 1000100 | 101000 |
Color Harmonies of #9C21AB
Complementary color
Monochromatic Colors of #9C21AB
Black with #9C21AB
Text Example
Text Example
White with #9C21AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C21AB; }
p { color: rgb(156,33,171); }
H1.HeaderClassName
{
color: #9C21AB;
}
.AnyTagClassName
{
color: #9C21AB;
}
</style>
background-color css
<style>
a { background-color: #9C21AB; }
a { background-color: rgb(156,33,171); }
div.DivClassName
{
background-color: #9C21AB;
}
.BgClassName
{
background-color: #9C21AB;
}
</style>
border-color css
<style>
span { border-color: #9C21AB; }
span { border-color: rgb(156,33,171); }
td.TdClassName
{
border-color: #9C21AB;
}
.TagClassName
{
border-color: #9C21AB;
}
</style>