Shades of Dark Purple #9C2793
Tints of Dark Purple #9C2793
RGB
CMYK
RGB Variations
Color information
#9C2793 (or 0x9C2793) is known color: Dark Purple. HEX triplet: 9C, 27 and 93. RGB value is (156,39,147). Sum of RGB (Red+Green+Blue) = 156+39+147=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2793 is #63D86C. Grayscale: #555555. Windows color (decimal): -6543469 or 9643932. OLE color: 9643932.
HSL color Cylindrical-coordinate representation of color #9C2793: hue angle of 304.62º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2793 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 147 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.39 |
| HSL | 304.62º | 0.6% | 0.38% | - |
| HSV(B) | 304.62º | 0.75% | 0.61% | - |
| XYZ | 19.7 | 10.63 | 28.62 | - |
| YUV | 86.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 147 | 0 | 0.75 | 0.06 | 0.39 | 304.62 | 0.6 | 0.38 |
| Hex | 9C | 27 | 93 | 0 | 4B | 6 | 27 | 131 | 3C | 26 |
| Octal | 234 | 47 | 223 | 0 | 113 | 6 | 47 | 461 | 74 | 46 |
| Binary | 10011100 | 100111 | 10010011 | 0 | 1001011 | 110 | 100111 | 100110001 | 111100 | 100110 |
Color Harmonies of #9C2793
Complementary color
Monochromatic Colors of #9C2793
Black with #9C2793
Text Example
Text Example
White with #9C2793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2793; }
p { color: rgb(156,39,147); }
H1.HeaderClassName
{
color: #9C2793;
}
.AnyTagClassName
{
color: #9C2793;
}
</style>
background-color css
<style>
a { background-color: #9C2793; }
a { background-color: rgb(156,39,147); }
div.DivClassName
{
background-color: #9C2793;
}
.BgClassName
{
background-color: #9C2793;
}
</style>
border-color css
<style>
span { border-color: #9C2793; }
span { border-color: rgb(156,39,147); }
td.TdClassName
{
border-color: #9C2793;
}
.TagClassName
{
border-color: #9C2793;
}
</style>