Shades of Dark Purple #9C178A
Tints of Dark Purple #9C178A
RGB
CMYK
RGB Variations
Color information
#9C178A (or 0x9C178A) is known color: Dark Purple. HEX triplet: 9C, 17 and 8A. RGB value is (156,23,138). Sum of RGB (Red+Green+Blue) = 156+23+138=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C178A is #63E875. Grayscale: #4B4B4B. Windows color (decimal): -6547574 or 9050012. OLE color: 9050012.
HSL color Cylindrical-coordinate representation of color #9C178A: hue angle of 308.12º degrees, saturation: 0.74, 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 #9C178A is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 23 | 138 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.39 |
| HSL | 308.12º | 0.74% | 0.35% | - |
| HSV(B) | 308.12º | 0.85% | 0.61% | - |
| XYZ | 18.6 | 9.52 | 24.9 | - |
| YUV | 75.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 138 | 0 | 0.85 | 0.12 | 0.39 | 308.12 | 0.74 | 0.35 |
| Hex | 9C | 17 | 8A | 0 | 55 | C | 27 | 134 | 4A | 23 |
| Octal | 234 | 27 | 212 | 0 | 125 | 14 | 47 | 464 | 112 | 43 |
| Binary | 10011100 | 10111 | 10001010 | 0 | 1010101 | 1100 | 100111 | 100110100 | 1001010 | 100011 |
Color Harmonies of #9C178A
Complementary color
Monochromatic Colors of #9C178A
Black with #9C178A
Text Example
Text Example
White with #9C178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C178A; }
p { color: rgb(156,23,138); }
H1.HeaderClassName
{
color: #9C178A;
}
.AnyTagClassName
{
color: #9C178A;
}
</style>
background-color css
<style>
a { background-color: #9C178A; }
a { background-color: rgb(156,23,138); }
div.DivClassName
{
background-color: #9C178A;
}
.BgClassName
{
background-color: #9C178A;
}
</style>
border-color css
<style>
span { border-color: #9C178A; }
span { border-color: rgb(156,23,138); }
td.TdClassName
{
border-color: #9C178A;
}
.TagClassName
{
border-color: #9C178A;
}
</style>