Shades of Dark Purple #9C2B7F
Tints of Dark Purple #9C2B7F
RGB
CMYK
RGB Variations
Color information
#9C2B7F (or 0x9C2B7F) is known color: Dark Purple. HEX triplet: 9C, 2B and 7F. RGB value is (156,43,127). Sum of RGB (Red+Green+Blue) = 156+43+127=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B7F is #63D480. Grayscale: #565656. Windows color (decimal): -6542465 or 8334236. OLE color: 8334236.
HSL color Cylindrical-coordinate representation of color #9C2B7F: hue angle of 315.4º degrees, saturation: 0.57, 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 #9C2B7F is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 127 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.39 |
| HSL | 315.4º | 0.57% | 0.39% | - |
| HSV(B) | 315.4º | 0.72% | 0.61% | - |
| XYZ | 18.4 | 10.33 | 21.1 | - |
| YUV | 86.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 127 | 0 | 0.72 | 0.19 | 0.39 | 315.4 | 0.57 | 0.39 |
| Hex | 9C | 2B | 7F | 0 | 48 | 13 | 27 | 13B | 39 | 27 |
| Octal | 234 | 53 | 177 | 0 | 110 | 23 | 47 | 473 | 71 | 47 |
| Binary | 10011100 | 101011 | 1111111 | 0 | 1001000 | 10011 | 100111 | 100111011 | 111001 | 100111 |
Color Harmonies of #9C2B7F
Complementary color
Monochromatic Colors of #9C2B7F
Black with #9C2B7F
Text Example
Text Example
White with #9C2B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B7F; }
p { color: rgb(156,43,127); }
H1.HeaderClassName
{
color: #9C2B7F;
}
.AnyTagClassName
{
color: #9C2B7F;
}
</style>
background-color css
<style>
a { background-color: #9C2B7F; }
a { background-color: rgb(156,43,127); }
div.DivClassName
{
background-color: #9C2B7F;
}
.BgClassName
{
background-color: #9C2B7F;
}
</style>
border-color css
<style>
span { border-color: #9C2B7F; }
span { border-color: rgb(156,43,127); }
td.TdClassName
{
border-color: #9C2B7F;
}
.TagClassName
{
border-color: #9C2B7F;
}
</style>