Shades of Dark Purple #9C298E
Tints of Dark Purple #9C298E
RGB
CMYK
RGB Variations
Color information
#9C298E (or 0x9C298E) is known color: Dark Purple. HEX triplet: 9C, 29 and 8E. RGB value is (156,41,142). Sum of RGB (Red+Green+Blue) = 156+41+142=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C298E is #63D671. Grayscale: #565656. Windows color (decimal): -6542962 or 9316764. OLE color: 9316764.
HSL color Cylindrical-coordinate representation of color #9C298E: hue angle of 307.3º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C298E is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 142 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.39 |
| HSL | 307.3º | 0.58% | 0.39% | - |
| HSV(B) | 307.3º | 0.74% | 0.61% | - |
| XYZ | 19.39 | 10.61 | 26.62 | - |
| YUV | 86.9 | 159.1 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 142 | 0 | 0.74 | 0.09 | 0.39 | 307.3 | 0.58 | 0.39 |
| Hex | 9C | 29 | 8E | 0 | 4A | 9 | 27 | 133 | 3A | 27 |
| Octal | 234 | 51 | 216 | 0 | 112 | 11 | 47 | 463 | 72 | 47 |
| Binary | 10011100 | 101001 | 10001110 | 0 | 1001010 | 1001 | 100111 | 100110011 | 111010 | 100111 |
Color Harmonies of #9C298E
Complementary color
Monochromatic Colors of #9C298E
Black with #9C298E
Text Example
Text Example
White with #9C298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C298E; }
p { color: rgb(156,41,142); }
H1.HeaderClassName
{
color: #9C298E;
}
.AnyTagClassName
{
color: #9C298E;
}
</style>
background-color css
<style>
a { background-color: #9C298E; }
a { background-color: rgb(156,41,142); }
div.DivClassName
{
background-color: #9C298E;
}
.BgClassName
{
background-color: #9C298E;
}
</style>
border-color css
<style>
span { border-color: #9C298E; }
span { border-color: rgb(156,41,142); }
td.TdClassName
{
border-color: #9C298E;
}
.TagClassName
{
border-color: #9C298E;
}
</style>