Shades of Dark Purple #9C1D89
Tints of Dark Purple #9C1D89
RGB
CMYK
RGB Variations
Color information
#9C1D89 (or 0x9C1D89) is known color: Dark Purple. HEX triplet: 9C, 1D and 89. RGB value is (156,29,137). Sum of RGB (Red+Green+Blue) = 156+29+137=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1D89 is #63E276. Grayscale: #4E4E4E. Windows color (decimal): -6546039 or 8986012. OLE color: 8986012.
HSL color Cylindrical-coordinate representation of color #9C1D89: hue angle of 308.98º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1D89 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 29 | 137 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.39 |
| HSL | 308.98º | 0.69% | 0.36% | - |
| HSV(B) | 308.98º | 0.81% | 0.61% | - |
| XYZ | 18.67 | 9.75 | 24.57 | - |
| YUV | 79.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 29 | 137 | 0 | 0.81 | 0.12 | 0.39 | 308.98 | 0.69 | 0.36 |
| Hex | 9C | 1D | 89 | 0 | 51 | C | 27 | 135 | 45 | 24 |
| Octal | 234 | 35 | 211 | 0 | 121 | 14 | 47 | 465 | 105 | 44 |
| Binary | 10011100 | 11101 | 10001001 | 0 | 1010001 | 1100 | 100111 | 100110101 | 1000101 | 100100 |
Color Harmonies of #9C1D89
Complementary color
Monochromatic Colors of #9C1D89
Black with #9C1D89
Text Example
Text Example
White with #9C1D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1D89; }
p { color: rgb(156,29,137); }
H1.HeaderClassName
{
color: #9C1D89;
}
.AnyTagClassName
{
color: #9C1D89;
}
</style>
background-color css
<style>
a { background-color: #9C1D89; }
a { background-color: rgb(156,29,137); }
div.DivClassName
{
background-color: #9C1D89;
}
.BgClassName
{
background-color: #9C1D89;
}
</style>
border-color css
<style>
span { border-color: #9C1D89; }
span { border-color: rgb(156,29,137); }
td.TdClassName
{
border-color: #9C1D89;
}
.TagClassName
{
border-color: #9C1D89;
}
</style>