Shades of Dark Purple #9C2C8D
Tints of Dark Purple #9C2C8D
RGB
CMYK
RGB Variations
Color information
#9C2C8D (or 0x9C2C8D) is known color: Dark Purple. HEX triplet: 9C, 2C and 8D. RGB value is (156,44,141). Sum of RGB (Red+Green+Blue) = 156+44+141=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2C8D is #63D372. Grayscale: #585858. Windows color (decimal): -6542195 or 9251996. OLE color: 9251996.
HSL color Cylindrical-coordinate representation of color #9C2C8D: hue angle of 308.04º degrees, saturation: 0.56, 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 #9C2C8D is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 44 | 141 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.39 |
| HSL | 308.04º | 0.56% | 0.39% | - |
| HSV(B) | 308.04º | 0.72% | 0.61% | - |
| XYZ | 19.42 | 10.79 | 26.26 | - |
| YUV | 88.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 44 | 141 | 0 | 0.72 | 0.10 | 0.39 | 308.04 | 0.56 | 0.39 |
| Hex | 9C | 2C | 8D | 0 | 48 | A | 27 | 134 | 38 | 27 |
| Octal | 234 | 54 | 215 | 0 | 110 | 12 | 47 | 464 | 70 | 47 |
| Binary | 10011100 | 101100 | 10001101 | 0 | 1001000 | 1010 | 100111 | 100110100 | 111000 | 100111 |
Color Harmonies of #9C2C8D
Complementary color
Monochromatic Colors of #9C2C8D
Black with #9C2C8D
Text Example
Text Example
White with #9C2C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2C8D; }
p { color: rgb(156,44,141); }
H1.HeaderClassName
{
color: #9C2C8D;
}
.AnyTagClassName
{
color: #9C2C8D;
}
</style>
background-color css
<style>
a { background-color: #9C2C8D; }
a { background-color: rgb(156,44,141); }
div.DivClassName
{
background-color: #9C2C8D;
}
.BgClassName
{
background-color: #9C2C8D;
}
</style>
border-color css
<style>
span { border-color: #9C2C8D; }
span { border-color: rgb(156,44,141); }
td.TdClassName
{
border-color: #9C2C8D;
}
.TagClassName
{
border-color: #9C2C8D;
}
</style>