Shades of Dark Purple #9C2A7B
Tints of Dark Purple #9C2A7B
RGB
CMYK
RGB Variations
Color information
#9C2A7B (or 0x9C2A7B) is known color: Dark Purple. HEX triplet: 9C, 2A and 7B. RGB value is (156,42,123). Sum of RGB (Red+Green+Blue) = 156+42+123=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2A7B is #63D584. Grayscale: #555555. Windows color (decimal): -6542725 or 8071836. OLE color: 8071836.
HSL color Cylindrical-coordinate representation of color #9C2A7B: hue angle of 317.37º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2A7B is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 42 | 123 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.39 |
| HSL | 317.37º | 0.58% | 0.39% | - |
| HSV(B) | 317.37º | 0.73% | 0.61% | - |
| XYZ | 18.11 | 10.15 | 19.74 | - |
| YUV | 85.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 123 | 0 | 0.73 | 0.21 | 0.39 | 317.37 | 0.58 | 0.39 |
| Hex | 9C | 2A | 7B | 0 | 49 | 15 | 27 | 13D | 3A | 27 |
| Octal | 234 | 52 | 173 | 0 | 111 | 25 | 47 | 475 | 72 | 47 |
| Binary | 10011100 | 101010 | 1111011 | 0 | 1001001 | 10101 | 100111 | 100111101 | 111010 | 100111 |
Color Harmonies of #9C2A7B
Complementary color
Monochromatic Colors of #9C2A7B
Black with #9C2A7B
Text Example
Text Example
White with #9C2A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2A7B; }
p { color: rgb(156,42,123); }
H1.HeaderClassName
{
color: #9C2A7B;
}
.AnyTagClassName
{
color: #9C2A7B;
}
</style>
background-color css
<style>
a { background-color: #9C2A7B; }
a { background-color: rgb(156,42,123); }
div.DivClassName
{
background-color: #9C2A7B;
}
.BgClassName
{
background-color: #9C2A7B;
}
</style>
border-color css
<style>
span { border-color: #9C2A7B; }
span { border-color: rgb(156,42,123); }
td.TdClassName
{
border-color: #9C2A7B;
}
.TagClassName
{
border-color: #9C2A7B;
}
</style>