Shades of Dark Purple #9C1E89
Tints of Dark Purple #9C1E89
RGB
CMYK
RGB Variations
Color information
#9C1E89 (or 0x9C1E89) is known color: Dark Purple. HEX triplet: 9C, 1E and 89. RGB value is (156,30,137). Sum of RGB (Red+Green+Blue) = 156+30+137=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1E89 is #63E176. Grayscale: #4F4F4F. Windows color (decimal): -6545783 or 8986268. OLE color: 8986268.
HSL color Cylindrical-coordinate representation of color #9C1E89: hue angle of 309.05º degrees, saturation: 0.68, 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 #9C1E89 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 30 | 137 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.39 |
| HSL | 309.05º | 0.68% | 0.36% | - |
| HSV(B) | 309.05º | 0.81% | 0.61% | - |
| XYZ | 18.69 | 9.8 | 24.57 | - |
| YUV | 79.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 30 | 137 | 0 | 0.81 | 0.12 | 0.39 | 309.05 | 0.68 | 0.36 |
| Hex | 9C | 1E | 89 | 0 | 51 | C | 27 | 135 | 44 | 24 |
| Octal | 234 | 36 | 211 | 0 | 121 | 14 | 47 | 465 | 104 | 44 |
| Binary | 10011100 | 11110 | 10001001 | 0 | 1010001 | 1100 | 100111 | 100110101 | 1000100 | 100100 |
Color Harmonies of #9C1E89
Complementary color
Monochromatic Colors of #9C1E89
Black with #9C1E89
Text Example
Text Example
White with #9C1E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1E89; }
p { color: rgb(156,30,137); }
H1.HeaderClassName
{
color: #9C1E89;
}
.AnyTagClassName
{
color: #9C1E89;
}
</style>
background-color css
<style>
a { background-color: #9C1E89; }
a { background-color: rgb(156,30,137); }
div.DivClassName
{
background-color: #9C1E89;
}
.BgClassName
{
background-color: #9C1E89;
}
</style>
border-color css
<style>
span { border-color: #9C1E89; }
span { border-color: rgb(156,30,137); }
td.TdClassName
{
border-color: #9C1E89;
}
.TagClassName
{
border-color: #9C1E89;
}
</style>