Shades of Dark Purple #9C2E90
Tints of Dark Purple #9C2E90
RGB
CMYK
RGB Variations
Color information
#9C2E90 (or 0x9C2E90) is known color: Dark Purple. HEX triplet: 9C, 2E and 90. RGB value is (156,46,144). Sum of RGB (Red+Green+Blue) = 156+46+144=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2E90 is #63D16F. Grayscale: #595959. Windows color (decimal): -6541680 or 9449116. OLE color: 9449116.
HSL color Cylindrical-coordinate representation of color #9C2E90: hue angle of 306.55º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C2E90 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 46 | 144 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.39 |
| HSL | 306.55º | 0.54% | 0.4% | - |
| HSV(B) | 306.55º | 0.71% | 0.61% | - |
| XYZ | 19.72 | 11.04 | 27.48 | - |
| YUV | 90.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 46 | 144 | 0 | 0.71 | 0.08 | 0.39 | 306.55 | 0.54 | 0.4 |
| Hex | 9C | 2E | 90 | 0 | 47 | 8 | 27 | 133 | 36 | 28 |
| Octal | 234 | 56 | 220 | 0 | 107 | 10 | 47 | 463 | 66 | 50 |
| Binary | 10011100 | 101110 | 10010000 | 0 | 1000111 | 1000 | 100111 | 100110011 | 110110 | 101000 |
Color Harmonies of #9C2E90
Complementary color
Monochromatic Colors of #9C2E90
Black with #9C2E90
Text Example
Text Example
White with #9C2E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2E90; }
p { color: rgb(156,46,144); }
H1.HeaderClassName
{
color: #9C2E90;
}
.AnyTagClassName
{
color: #9C2E90;
}
</style>
background-color css
<style>
a { background-color: #9C2E90; }
a { background-color: rgb(156,46,144); }
div.DivClassName
{
background-color: #9C2E90;
}
.BgClassName
{
background-color: #9C2E90;
}
</style>
border-color css
<style>
span { border-color: #9C2E90; }
span { border-color: rgb(156,46,144); }
td.TdClassName
{
border-color: #9C2E90;
}
.TagClassName
{
border-color: #9C2E90;
}
</style>