Shades of Dark Purple #9C2B8D
Tints of Dark Purple #9C2B8D
RGB
CMYK
RGB Variations
Color information
#9C2B8D (or 0x9C2B8D) is known color: Dark Purple. HEX triplet: 9C, 2B and 8D. RGB value is (156,43,141). Sum of RGB (Red+Green+Blue) = 156+43+141=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2B8D is #63D472. Grayscale: #575757. Windows color (decimal): -6542451 or 9251740. OLE color: 9251740.
HSL color Cylindrical-coordinate representation of color #9C2B8D: hue angle of 307.96º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2B8D is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 141 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.39 |
| HSL | 307.96º | 0.57% | 0.39% | - |
| HSV(B) | 307.96º | 0.72% | 0.61% | - |
| XYZ | 19.38 | 10.72 | 26.25 | - |
| YUV | 87.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 141 | 0 | 0.72 | 0.10 | 0.39 | 307.96 | 0.57 | 0.39 |
| Hex | 9C | 2B | 8D | 0 | 48 | A | 27 | 134 | 39 | 27 |
| Octal | 234 | 53 | 215 | 0 | 110 | 12 | 47 | 464 | 71 | 47 |
| Binary | 10011100 | 101011 | 10001101 | 0 | 1001000 | 1010 | 100111 | 100110100 | 111001 | 100111 |
Color Harmonies of #9C2B8D
Complementary color
Monochromatic Colors of #9C2B8D
Black with #9C2B8D
Text Example
Text Example
White with #9C2B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B8D; }
p { color: rgb(156,43,141); }
H1.HeaderClassName
{
color: #9C2B8D;
}
.AnyTagClassName
{
color: #9C2B8D;
}
</style>
background-color css
<style>
a { background-color: #9C2B8D; }
a { background-color: rgb(156,43,141); }
div.DivClassName
{
background-color: #9C2B8D;
}
.BgClassName
{
background-color: #9C2B8D;
}
</style>
border-color css
<style>
span { border-color: #9C2B8D; }
span { border-color: rgb(156,43,141); }
td.TdClassName
{
border-color: #9C2B8D;
}
.TagClassName
{
border-color: #9C2B8D;
}
</style>