Shades of Dark Purple #9C1775
Tints of Dark Purple #9C1775
RGB
CMYK
RGB Variations
Color information
#9C1775 (or 0x9C1775) is known color: Dark Purple. HEX triplet: 9C, 17 and 75. RGB value is (156,23,117). Sum of RGB (Red+Green+Blue) = 156+23+117=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1775 is #63E88A. Grayscale: #494949. Windows color (decimal): -6547595 or 7673756. OLE color: 7673756.
HSL color Cylindrical-coordinate representation of color #9C1775: hue angle of 317.59º 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 #9C1775 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 23 | 117 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.39 |
| HSL | 317.59º | 0.74% | 0.35% | - |
| HSV(B) | 317.59º | 0.85% | 0.61% | - |
| XYZ | 17.23 | 8.97 | 17.65 | - |
| YUV | 73.48 | 152.56 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 117 | 0 | 0.85 | 0.25 | 0.39 | 317.59 | 0.74 | 0.35 |
| Hex | 9C | 17 | 75 | 0 | 55 | 19 | 27 | 13E | 4A | 23 |
| Octal | 234 | 27 | 165 | 0 | 125 | 31 | 47 | 476 | 112 | 43 |
| Binary | 10011100 | 10111 | 1110101 | 0 | 1010101 | 11001 | 100111 | 100111110 | 1001010 | 100011 |
Color Harmonies of #9C1775
Complementary color
Monochromatic Colors of #9C1775
Black with #9C1775
Text Example
Text Example
White with #9C1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1775; }
p { color: rgb(156,23,117); }
H1.HeaderClassName
{
color: #9C1775;
}
.AnyTagClassName
{
color: #9C1775;
}
</style>
background-color css
<style>
a { background-color: #9C1775; }
a { background-color: rgb(156,23,117); }
div.DivClassName
{
background-color: #9C1775;
}
.BgClassName
{
background-color: #9C1775;
}
</style>
border-color css
<style>
span { border-color: #9C1775; }
span { border-color: rgb(156,23,117); }
td.TdClassName
{
border-color: #9C1775;
}
.TagClassName
{
border-color: #9C1775;
}
</style>