Shades of Dark Purple #9C2891
Tints of Dark Purple #9C2891
RGB
CMYK
RGB Variations
Color information
#9C2891 (or 0x9C2891) is known color: Dark Purple. HEX triplet: 9C, 28 and 91. RGB value is (156,40,145). Sum of RGB (Red+Green+Blue) = 156+40+145=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2891 is #63D76E. Grayscale: #565656. Windows color (decimal): -6543215 or 9513116. OLE color: 9513116.
HSL color Cylindrical-coordinate representation of color #9C2891: hue angle of 305.69º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C2891 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 145 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.39 |
| HSL | 305.69º | 0.59% | 0.38% | - |
| HSV(B) | 305.69º | 0.74% | 0.61% | - |
| XYZ | 19.58 | 10.63 | 27.81 | - |
| YUV | 86.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 145 | 0 | 0.74 | 0.07 | 0.39 | 305.69 | 0.59 | 0.38 |
| Hex | 9C | 28 | 91 | 0 | 4A | 7 | 27 | 132 | 3B | 26 |
| Octal | 234 | 50 | 221 | 0 | 112 | 7 | 47 | 462 | 73 | 46 |
| Binary | 10011100 | 101000 | 10010001 | 0 | 1001010 | 111 | 100111 | 100110010 | 111011 | 100110 |
Color Harmonies of #9C2891
Complementary color
Monochromatic Colors of #9C2891
Black with #9C2891
Text Example
Text Example
White with #9C2891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2891; }
p { color: rgb(156,40,145); }
H1.HeaderClassName
{
color: #9C2891;
}
.AnyTagClassName
{
color: #9C2891;
}
</style>
background-color css
<style>
a { background-color: #9C2891; }
a { background-color: rgb(156,40,145); }
div.DivClassName
{
background-color: #9C2891;
}
.BgClassName
{
background-color: #9C2891;
}
</style>
border-color css
<style>
span { border-color: #9C2891; }
span { border-color: rgb(156,40,145); }
td.TdClassName
{
border-color: #9C2891;
}
.TagClassName
{
border-color: #9C2891;
}
</style>