Shades of Dark Orchid #9C28AB
Tints of Dark Orchid #9C28AB
RGB
CMYK
RGB Variations
Color information
#9C28AB (or 0x9C28AB) is known color: Dark Orchid. HEX triplet: 9C, 28 and AB. RGB value is (156,40,171). Sum of RGB (Red+Green+Blue) = 156+40+171=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C28AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C28AB is #63D754. Grayscale: #595959. Windows color (decimal): -6543189 or 11217052. OLE color: 11217052.
HSL color Cylindrical-coordinate representation of color #9C28AB: hue angle of 293.13º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C28AB is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 40 | 171 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.33 |
| HSL | 293.13º | 0.62% | 0.41% | - |
| HSV(B) | 293.13º | 0.77% | 0.67% | - |
| XYZ | 21.82 | 11.53 | 39.6 | - |
| YUV | 89.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 171 | 0.09 | 0.77 | 0 | 0.33 | 293.13 | 0.62 | 0.41 |
| Hex | 9C | 28 | AB | 9 | 4D | 0 | 21 | 125 | 3E | 29 |
| Octal | 234 | 50 | 253 | 11 | 115 | 0 | 41 | 445 | 76 | 51 |
| Binary | 10011100 | 101000 | 10101011 | 1001 | 1001101 | 0 | 100001 | 100100101 | 111110 | 101001 |
Color Harmonies of #9C28AB
Complementary color
Monochromatic Colors of #9C28AB
Black with #9C28AB
Text Example
Text Example
White with #9C28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C28AB; }
p { color: rgb(156,40,171); }
H1.HeaderClassName
{
color: #9C28AB;
}
.AnyTagClassName
{
color: #9C28AB;
}
</style>
background-color css
<style>
a { background-color: #9C28AB; }
a { background-color: rgb(156,40,171); }
div.DivClassName
{
background-color: #9C28AB;
}
.BgClassName
{
background-color: #9C28AB;
}
</style>
border-color css
<style>
span { border-color: #9C28AB; }
span { border-color: rgb(156,40,171); }
td.TdClassName
{
border-color: #9C28AB;
}
.TagClassName
{
border-color: #9C28AB;
}
</style>