Shades of Dark Purple #9C278C
Tints of Dark Purple #9C278C
RGB
CMYK
RGB Variations
Color information
#9C278C (or 0x9C278C) is known color: Dark Purple. HEX triplet: 9C, 27 and 8C. RGB value is (156,39,140). Sum of RGB (Red+Green+Blue) = 156+39+140=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C278C is #63D873. Grayscale: #555555. Windows color (decimal): -6543476 or 9185180. OLE color: 9185180.
HSL color Cylindrical-coordinate representation of color #9C278C: hue angle of 308.21º 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 #9C278C is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 140 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.39 |
| HSL | 308.21º | 0.6% | 0.38% | - |
| HSV(B) | 308.21º | 0.75% | 0.61% | - |
| XYZ | 19.17 | 10.41 | 25.81 | - |
| YUV | 85.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 140 | 0 | 0.75 | 0.10 | 0.39 | 308.21 | 0.6 | 0.38 |
| Hex | 9C | 27 | 8C | 0 | 4B | A | 27 | 134 | 3C | 26 |
| Octal | 234 | 47 | 214 | 0 | 113 | 12 | 47 | 464 | 74 | 46 |
| Binary | 10011100 | 100111 | 10001100 | 0 | 1001011 | 1010 | 100111 | 100110100 | 111100 | 100110 |
Color Harmonies of #9C278C
Complementary color
Monochromatic Colors of #9C278C
Black with #9C278C
Text Example
Text Example
White with #9C278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C278C; }
p { color: rgb(156,39,140); }
H1.HeaderClassName
{
color: #9C278C;
}
.AnyTagClassName
{
color: #9C278C;
}
</style>
background-color css
<style>
a { background-color: #9C278C; }
a { background-color: rgb(156,39,140); }
div.DivClassName
{
background-color: #9C278C;
}
.BgClassName
{
background-color: #9C278C;
}
</style>
border-color css
<style>
span { border-color: #9C278C; }
span { border-color: rgb(156,39,140); }
td.TdClassName
{
border-color: #9C278C;
}
.TagClassName
{
border-color: #9C278C;
}
</style>