Shades of Dark Purple #9C188D
Tints of Dark Purple #9C188D
RGB
CMYK
RGB Variations
Color information
#9C188D (or 0x9C188D) is known color: Dark Purple. HEX triplet: 9C, 18 and 8D. RGB value is (156,24,141). Sum of RGB (Red+Green+Blue) = 156+24+141=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C188D is #63E772. Grayscale: #4C4C4C. Windows color (decimal): -6547315 or 9246876. OLE color: 9246876.
HSL color Cylindrical-coordinate representation of color #9C188D: hue angle of 306.82º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C188D is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 141 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.39 |
| HSL | 306.82º | 0.73% | 0.35% | - |
| HSV(B) | 306.82º | 0.85% | 0.61% | - |
| XYZ | 18.84 | 9.64 | 26.07 | - |
| YUV | 76.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 141 | 0 | 0.85 | 0.10 | 0.39 | 306.82 | 0.73 | 0.35 |
| Hex | 9C | 18 | 8D | 0 | 55 | A | 27 | 133 | 49 | 23 |
| Octal | 234 | 30 | 215 | 0 | 125 | 12 | 47 | 463 | 111 | 43 |
| Binary | 10011100 | 11000 | 10001101 | 0 | 1010101 | 1010 | 100111 | 100110011 | 1001001 | 100011 |
Color Harmonies of #9C188D
Complementary color
Monochromatic Colors of #9C188D
Black with #9C188D
Text Example
Text Example
White with #9C188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C188D; }
p { color: rgb(156,24,141); }
H1.HeaderClassName
{
color: #9C188D;
}
.AnyTagClassName
{
color: #9C188D;
}
</style>
background-color css
<style>
a { background-color: #9C188D; }
a { background-color: rgb(156,24,141); }
div.DivClassName
{
background-color: #9C188D;
}
.BgClassName
{
background-color: #9C188D;
}
</style>
border-color css
<style>
span { border-color: #9C188D; }
span { border-color: rgb(156,24,141); }
td.TdClassName
{
border-color: #9C188D;
}
.TagClassName
{
border-color: #9C188D;
}
</style>