Shades of Dark Purple #9C2C76
Tints of Dark Purple #9C2C76
RGB
CMYK
RGB Variations
Color information
#9C2C76 (or 0x9C2C76) is known color: Dark Purple. HEX triplet: 9C, 2C and 76. RGB value is (156,44,118). Sum of RGB (Red+Green+Blue) = 156+44+118=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2C76 is #63D389. Grayscale: #555555. Windows color (decimal): -6542218 or 7744668. OLE color: 7744668.
HSL color Cylindrical-coordinate representation of color #9C2C76: hue angle of 320.36º 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 #9C2C76 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 44 | 118 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.39 |
| HSL | 320.36º | 0.56% | 0.39% | - |
| HSV(B) | 320.36º | 0.72% | 0.61% | - |
| XYZ | 17.88 | 10.18 | 18.16 | - |
| YUV | 85.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 44 | 118 | 0 | 0.72 | 0.24 | 0.39 | 320.36 | 0.56 | 0.39 |
| Hex | 9C | 2C | 76 | 0 | 48 | 18 | 27 | 140 | 38 | 27 |
| Octal | 234 | 54 | 166 | 0 | 110 | 30 | 47 | 500 | 70 | 47 |
| Binary | 10011100 | 101100 | 1110110 | 0 | 1001000 | 11000 | 100111 | 101000000 | 111000 | 100111 |
Color Harmonies of #9C2C76
Complementary color
Monochromatic Colors of #9C2C76
Black with #9C2C76
Text Example
Text Example
White with #9C2C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2C76; }
p { color: rgb(156,44,118); }
H1.HeaderClassName
{
color: #9C2C76;
}
.AnyTagClassName
{
color: #9C2C76;
}
</style>
background-color css
<style>
a { background-color: #9C2C76; }
a { background-color: rgb(156,44,118); }
div.DivClassName
{
background-color: #9C2C76;
}
.BgClassName
{
background-color: #9C2C76;
}
</style>
border-color css
<style>
span { border-color: #9C2C76; }
span { border-color: rgb(156,44,118); }
td.TdClassName
{
border-color: #9C2C76;
}
.TagClassName
{
border-color: #9C2C76;
}
</style>