Shades of Dark Purple #9C2189
Tints of Dark Purple #9C2189
RGB
CMYK
RGB Variations
Color information
#9C2189 (or 0x9C2189) is known color: Dark Purple. HEX triplet: 9C, 21 and 89. RGB value is (156,33,137). Sum of RGB (Red+Green+Blue) = 156+33+137=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2189 is #63DE76. Grayscale: #515151. Windows color (decimal): -6545015 or 8987036. OLE color: 8987036.
HSL color Cylindrical-coordinate representation of color #9C2189: hue angle of 309.27º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2189 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 33 | 137 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.39 |
| HSL | 309.27º | 0.65% | 0.37% | - |
| HSV(B) | 309.27º | 0.79% | 0.61% | - |
| XYZ | 18.77 | 9.96 | 24.6 | - |
| YUV | 81.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 33 | 137 | 0 | 0.79 | 0.12 | 0.39 | 309.27 | 0.65 | 0.37 |
| Hex | 9C | 21 | 89 | 0 | 4F | C | 27 | 135 | 41 | 25 |
| Octal | 234 | 41 | 211 | 0 | 117 | 14 | 47 | 465 | 101 | 45 |
| Binary | 10011100 | 100001 | 10001001 | 0 | 1001111 | 1100 | 100111 | 100110101 | 1000001 | 100101 |
Color Harmonies of #9C2189
Complementary color
Monochromatic Colors of #9C2189
Black with #9C2189
Text Example
Text Example
White with #9C2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2189; }
p { color: rgb(156,33,137); }
H1.HeaderClassName
{
color: #9C2189;
}
.AnyTagClassName
{
color: #9C2189;
}
</style>
background-color css
<style>
a { background-color: #9C2189; }
a { background-color: rgb(156,33,137); }
div.DivClassName
{
background-color: #9C2189;
}
.BgClassName
{
background-color: #9C2189;
}
</style>
border-color css
<style>
span { border-color: #9C2189; }
span { border-color: rgb(156,33,137); }
td.TdClassName
{
border-color: #9C2189;
}
.TagClassName
{
border-color: #9C2189;
}
</style>