Shades of Dark Purple #9C276F
Tints of Dark Purple #9C276F
RGB
CMYK
RGB Variations
Color information
#9C276F (or 0x9C276F) is known color: Dark Purple. HEX triplet: 9C, 27 and 6F. RGB value is (156,39,111). Sum of RGB (Red+Green+Blue) = 156+39+111=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C276F is #63D890. Grayscale: #525252. Windows color (decimal): -6543505 or 7284636. OLE color: 7284636.
HSL color Cylindrical-coordinate representation of color #9C276F: hue angle of 323.08º 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 #9C276F is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 111 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.39 |
| HSL | 323.08º | 0.6% | 0.38% | - |
| HSV(B) | 323.08º | 0.75% | 0.61% | - |
| XYZ | 17.31 | 9.67 | 15.99 | - |
| YUV | 82.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 111 | 0 | 0.75 | 0.29 | 0.39 | 323.08 | 0.6 | 0.38 |
| Hex | 9C | 27 | 6F | 0 | 4B | 1D | 27 | 143 | 3C | 26 |
| Octal | 234 | 47 | 157 | 0 | 113 | 35 | 47 | 503 | 74 | 46 |
| Binary | 10011100 | 100111 | 1101111 | 0 | 1001011 | 11101 | 100111 | 101000011 | 111100 | 100110 |
Color Harmonies of #9C276F
Complementary color
Monochromatic Colors of #9C276F
Black with #9C276F
Text Example
Text Example
White with #9C276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C276F; }
p { color: rgb(156,39,111); }
H1.HeaderClassName
{
color: #9C276F;
}
.AnyTagClassName
{
color: #9C276F;
}
</style>
background-color css
<style>
a { background-color: #9C276F; }
a { background-color: rgb(156,39,111); }
div.DivClassName
{
background-color: #9C276F;
}
.BgClassName
{
background-color: #9C276F;
}
</style>
border-color css
<style>
span { border-color: #9C276F; }
span { border-color: rgb(156,39,111); }
td.TdClassName
{
border-color: #9C276F;
}
.TagClassName
{
border-color: #9C276F;
}
</style>