Shades of Dark Purple #9C298B
Tints of Dark Purple #9C298B
RGB
CMYK
RGB Variations
Color information
#9C298B (or 0x9C298B) is known color: Dark Purple. HEX triplet: 9C, 29 and 8B. RGB value is (156,41,139). Sum of RGB (Red+Green+Blue) = 156+41+139=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C298B is #63D674. Grayscale: #565656. Windows color (decimal): -6542965 or 9120156. OLE color: 9120156.
HSL color Cylindrical-coordinate representation of color #9C298B: hue angle of 308.87º 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 #9C298B is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 139 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.39 |
| HSL | 308.87º | 0.58% | 0.39% | - |
| HSV(B) | 308.87º | 0.74% | 0.61% | - |
| XYZ | 19.16 | 10.52 | 25.45 | - |
| YUV | 86.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 139 | 0 | 0.74 | 0.11 | 0.39 | 308.87 | 0.58 | 0.39 |
| Hex | 9C | 29 | 8B | 0 | 4A | B | 27 | 135 | 3A | 27 |
| Octal | 234 | 51 | 213 | 0 | 112 | 13 | 47 | 465 | 72 | 47 |
| Binary | 10011100 | 101001 | 10001011 | 0 | 1001010 | 1011 | 100111 | 100110101 | 111010 | 100111 |
Color Harmonies of #9C298B
Complementary color
Monochromatic Colors of #9C298B
Black with #9C298B
Text Example
Text Example
White with #9C298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C298B; }
p { color: rgb(156,41,139); }
H1.HeaderClassName
{
color: #9C298B;
}
.AnyTagClassName
{
color: #9C298B;
}
</style>
background-color css
<style>
a { background-color: #9C298B; }
a { background-color: rgb(156,41,139); }
div.DivClassName
{
background-color: #9C298B;
}
.BgClassName
{
background-color: #9C298B;
}
</style>
border-color css
<style>
span { border-color: #9C298B; }
span { border-color: rgb(156,41,139); }
td.TdClassName
{
border-color: #9C298B;
}
.TagClassName
{
border-color: #9C298B;
}
</style>