Shades of Dark Purple #9C288A
Tints of Dark Purple #9C288A
RGB
CMYK
RGB Variations
Color information
#9C288A (or 0x9C288A) is known color: Dark Purple. HEX triplet: 9C, 28 and 8A. RGB value is (156,40,138). Sum of RGB (Red+Green+Blue) = 156+40+138=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C288A is #63D775. Grayscale: #555555. Windows color (decimal): -6543222 or 9054364. OLE color: 9054364.
HSL color Cylindrical-coordinate representation of color #9C288A: hue angle of 309.31º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C288A is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 138 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.39 |
| HSL | 309.31º | 0.59% | 0.38% | - |
| HSV(B) | 309.31º | 0.74% | 0.61% | - |
| XYZ | 19.06 | 10.42 | 25.05 | - |
| YUV | 85.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 138 | 0 | 0.74 | 0.12 | 0.39 | 309.31 | 0.59 | 0.38 |
| Hex | 9C | 28 | 8A | 0 | 4A | C | 27 | 135 | 3B | 26 |
| Octal | 234 | 50 | 212 | 0 | 112 | 14 | 47 | 465 | 73 | 46 |
| Binary | 10011100 | 101000 | 10001010 | 0 | 1001010 | 1100 | 100111 | 100110101 | 111011 | 100110 |
Color Harmonies of #9C288A
Complementary color
Monochromatic Colors of #9C288A
Black with #9C288A
Text Example
Text Example
White with #9C288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C288A; }
p { color: rgb(156,40,138); }
H1.HeaderClassName
{
color: #9C288A;
}
.AnyTagClassName
{
color: #9C288A;
}
</style>
background-color css
<style>
a { background-color: #9C288A; }
a { background-color: rgb(156,40,138); }
div.DivClassName
{
background-color: #9C288A;
}
.BgClassName
{
background-color: #9C288A;
}
</style>
border-color css
<style>
span { border-color: #9C288A; }
span { border-color: rgb(156,40,138); }
td.TdClassName
{
border-color: #9C288A;
}
.TagClassName
{
border-color: #9C288A;
}
</style>