Shades of Dark Purple #9C178B
Tints of Dark Purple #9C178B
RGB
CMYK
RGB Variations
Color information
#9C178B (or 0x9C178B) is known color: Dark Purple. HEX triplet: 9C, 17 and 8B. RGB value is (156,23,139). Sum of RGB (Red+Green+Blue) = 156+23+139=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C178B is #63E874. Grayscale: #4B4B4B. Windows color (decimal): -6547573 or 9115548. OLE color: 9115548.
HSL color Cylindrical-coordinate representation of color #9C178B: hue angle of 307.67º 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 #9C178B is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 23 | 139 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.39 |
| HSL | 307.67º | 0.74% | 0.35% | - |
| HSV(B) | 307.67º | 0.85% | 0.61% | - |
| XYZ | 18.68 | 9.54 | 25.28 | - |
| YUV | 75.99 | 163.56 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 139 | 0 | 0.85 | 0.11 | 0.39 | 307.67 | 0.74 | 0.35 |
| Hex | 9C | 17 | 8B | 0 | 55 | B | 27 | 134 | 4A | 23 |
| Octal | 234 | 27 | 213 | 0 | 125 | 13 | 47 | 464 | 112 | 43 |
| Binary | 10011100 | 10111 | 10001011 | 0 | 1010101 | 1011 | 100111 | 100110100 | 1001010 | 100011 |
Color Harmonies of #9C178B
Complementary color
Monochromatic Colors of #9C178B
Black with #9C178B
Text Example
Text Example
White with #9C178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C178B; }
p { color: rgb(156,23,139); }
H1.HeaderClassName
{
color: #9C178B;
}
.AnyTagClassName
{
color: #9C178B;
}
</style>
background-color css
<style>
a { background-color: #9C178B; }
a { background-color: rgb(156,23,139); }
div.DivClassName
{
background-color: #9C178B;
}
.BgClassName
{
background-color: #9C178B;
}
</style>
border-color css
<style>
span { border-color: #9C178B; }
span { border-color: rgb(156,23,139); }
td.TdClassName
{
border-color: #9C178B;
}
.TagClassName
{
border-color: #9C178B;
}
</style>