Shades of Dark Purple #9C2C92
Tints of Dark Purple #9C2C92
RGB
CMYK
RGB Variations
Color information
#9C2C92 (or 0x9C2C92) is known color: Dark Purple. HEX triplet: 9C, 2C and 92. RGB value is (156,44,146). Sum of RGB (Red+Green+Blue) = 156+44+146=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2C92 is #63D36D. Grayscale: #585858. Windows color (decimal): -6542190 or 9579676. OLE color: 9579676.
HSL color Cylindrical-coordinate representation of color #9C2C92: hue angle of 305.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 #9C2C92 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 44 | 146 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.39 |
| HSL | 305.36º | 0.56% | 0.39% | - |
| HSV(B) | 305.36º | 0.72% | 0.61% | - |
| XYZ | 19.8 | 10.94 | 28.26 | - |
| YUV | 89.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 44 | 146 | 0 | 0.72 | 0.06 | 0.39 | 305.36 | 0.56 | 0.39 |
| Hex | 9C | 2C | 92 | 0 | 48 | 6 | 27 | 131 | 38 | 27 |
| Octal | 234 | 54 | 222 | 0 | 110 | 6 | 47 | 461 | 70 | 47 |
| Binary | 10011100 | 101100 | 10010010 | 0 | 1001000 | 110 | 100111 | 100110001 | 111000 | 100111 |
Color Harmonies of #9C2C92
Complementary color
Monochromatic Colors of #9C2C92
Black with #9C2C92
Text Example
Text Example
White with #9C2C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2C92; }
p { color: rgb(156,44,146); }
H1.HeaderClassName
{
color: #9C2C92;
}
.AnyTagClassName
{
color: #9C2C92;
}
</style>
background-color css
<style>
a { background-color: #9C2C92; }
a { background-color: rgb(156,44,146); }
div.DivClassName
{
background-color: #9C2C92;
}
.BgClassName
{
background-color: #9C2C92;
}
</style>
border-color css
<style>
span { border-color: #9C2C92; }
span { border-color: rgb(156,44,146); }
td.TdClassName
{
border-color: #9C2C92;
}
.TagClassName
{
border-color: #9C2C92;
}
</style>