Shades of Dark Purple #9C1185
Tints of Dark Purple #9C1185
RGB
CMYK
RGB Variations
Color information
#9C1185 (or 0x9C1185) is known color: Dark Purple. HEX triplet: 9C, 11 and 85. RGB value is (156,17,133). Sum of RGB (Red+Green+Blue) = 156+17+133=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1185 is #63EE7A. Grayscale: #474747. Windows color (decimal): -6549115 or 8720796. OLE color: 8720796.
HSL color Cylindrical-coordinate representation of color #9C1185: hue angle of 309.93º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C1185 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 17 | 133 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.39 |
| HSL | 309.93º | 0.8% | 0.34% | - |
| HSV(B) | 309.93º | 0.89% | 0.61% | - |
| XYZ | 18.14 | 9.16 | 23 | - |
| YUV | 71.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 133 | 0 | 0.89 | 0.15 | 0.39 | 309.93 | 0.8 | 0.34 |
| Hex | 9C | 11 | 85 | 0 | 59 | F | 27 | 136 | 50 | 22 |
| Octal | 234 | 21 | 205 | 0 | 131 | 17 | 47 | 466 | 120 | 42 |
| Binary | 10011100 | 10001 | 10000101 | 0 | 1011001 | 1111 | 100111 | 100110110 | 1010000 | 100010 |
Color Harmonies of #9C1185
Complementary color
Monochromatic Colors of #9C1185
Black with #9C1185
Text Example
Text Example
White with #9C1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1185; }
p { color: rgb(156,17,133); }
H1.HeaderClassName
{
color: #9C1185;
}
.AnyTagClassName
{
color: #9C1185;
}
</style>
background-color css
<style>
a { background-color: #9C1185; }
a { background-color: rgb(156,17,133); }
div.DivClassName
{
background-color: #9C1185;
}
.BgClassName
{
background-color: #9C1185;
}
</style>
border-color css
<style>
span { border-color: #9C1185; }
span { border-color: rgb(156,17,133); }
td.TdClassName
{
border-color: #9C1185;
}
.TagClassName
{
border-color: #9C1185;
}
</style>