Shades of Dark Purple #9C2C8C
Tints of Dark Purple #9C2C8C
RGB
CMYK
RGB Variations
Color information
#9C2C8C (or 0x9C2C8C) is known color: Dark Purple. HEX triplet: 9C, 2C and 8C. RGB value is (156,44,140). Sum of RGB (Red+Green+Blue) = 156+44+140=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2C8C is #63D373. Grayscale: #585858. Windows color (decimal): -6542196 or 9186460. OLE color: 9186460.
HSL color Cylindrical-coordinate representation of color #9C2C8C: hue angle of 308.57º 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 #9C2C8C is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 44 | 140 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.39 |
| HSL | 308.57º | 0.56% | 0.39% | - |
| HSV(B) | 308.57º | 0.72% | 0.61% | - |
| XYZ | 19.34 | 10.76 | 25.87 | - |
| YUV | 88.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 44 | 140 | 0 | 0.72 | 0.10 | 0.39 | 308.57 | 0.56 | 0.39 |
| Hex | 9C | 2C | 8C | 0 | 48 | A | 27 | 135 | 38 | 27 |
| Octal | 234 | 54 | 214 | 0 | 110 | 12 | 47 | 465 | 70 | 47 |
| Binary | 10011100 | 101100 | 10001100 | 0 | 1001000 | 1010 | 100111 | 100110101 | 111000 | 100111 |
Color Harmonies of #9C2C8C
Complementary color
Monochromatic Colors of #9C2C8C
Black with #9C2C8C
Text Example
Text Example
White with #9C2C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2C8C; }
p { color: rgb(156,44,140); }
H1.HeaderClassName
{
color: #9C2C8C;
}
.AnyTagClassName
{
color: #9C2C8C;
}
</style>
background-color css
<style>
a { background-color: #9C2C8C; }
a { background-color: rgb(156,44,140); }
div.DivClassName
{
background-color: #9C2C8C;
}
.BgClassName
{
background-color: #9C2C8C;
}
</style>
border-color css
<style>
span { border-color: #9C2C8C; }
span { border-color: rgb(156,44,140); }
td.TdClassName
{
border-color: #9C2C8C;
}
.TagClassName
{
border-color: #9C2C8C;
}
</style>