Shades of Dark Purple #9C1385
Tints of Dark Purple #9C1385
RGB
CMYK
RGB Variations
Color information
#9C1385 (or 0x9C1385) is known color: Dark Purple. HEX triplet: 9C, 13 and 85. RGB value is (156,19,133). Sum of RGB (Red+Green+Blue) = 156+19+133=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1385 is #63EC7A. Grayscale: #484848. Windows color (decimal): -6548603 or 8721308. OLE color: 8721308.
HSL color Cylindrical-coordinate representation of color #9C1385: hue angle of 310.07º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1385 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 133 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.39 |
| HSL | 310.07º | 0.78% | 0.34% | - |
| HSV(B) | 310.07º | 0.88% | 0.61% | - |
| XYZ | 18.18 | 9.23 | 23.01 | - |
| YUV | 72.96 | 161.89 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 133 | 0 | 0.88 | 0.15 | 0.39 | 310.07 | 0.78 | 0.34 |
| Hex | 9C | 13 | 85 | 0 | 58 | F | 27 | 136 | 4E | 22 |
| Octal | 234 | 23 | 205 | 0 | 130 | 17 | 47 | 466 | 116 | 42 |
| Binary | 10011100 | 10011 | 10000101 | 0 | 1011000 | 1111 | 100111 | 100110110 | 1001110 | 100010 |
Color Harmonies of #9C1385
Complementary color
Monochromatic Colors of #9C1385
Black with #9C1385
Text Example
Text Example
White with #9C1385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1385; }
p { color: rgb(156,19,133); }
H1.HeaderClassName
{
color: #9C1385;
}
.AnyTagClassName
{
color: #9C1385;
}
</style>
background-color css
<style>
a { background-color: #9C1385; }
a { background-color: rgb(156,19,133); }
div.DivClassName
{
background-color: #9C1385;
}
.BgClassName
{
background-color: #9C1385;
}
</style>
border-color css
<style>
span { border-color: #9C1385; }
span { border-color: rgb(156,19,133); }
td.TdClassName
{
border-color: #9C1385;
}
.TagClassName
{
border-color: #9C1385;
}
</style>