Shades of Dark Purple #9C2B8E
Tints of Dark Purple #9C2B8E
RGB
CMYK
RGB Variations
Color information
#9C2B8E (or 0x9C2B8E) is known color: Dark Purple. HEX triplet: 9C, 2B and 8E. RGB value is (156,43,142). Sum of RGB (Red+Green+Blue) = 156+43+142=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2B8E is #63D471. Grayscale: #575757. Windows color (decimal): -6542450 or 9317276. OLE color: 9317276.
HSL color Cylindrical-coordinate representation of color #9C2B8E: hue angle of 307.43º 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 #9C2B8E is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 142 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.39 |
| HSL | 307.43º | 0.57% | 0.39% | - |
| HSV(B) | 307.43º | 0.72% | 0.61% | - |
| XYZ | 19.46 | 10.75 | 26.64 | - |
| YUV | 88.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 142 | 0 | 0.72 | 0.09 | 0.39 | 307.43 | 0.57 | 0.39 |
| Hex | 9C | 2B | 8E | 0 | 48 | 9 | 27 | 133 | 39 | 27 |
| Octal | 234 | 53 | 216 | 0 | 110 | 11 | 47 | 463 | 71 | 47 |
| Binary | 10011100 | 101011 | 10001110 | 0 | 1001000 | 1001 | 100111 | 100110011 | 111001 | 100111 |
Color Harmonies of #9C2B8E
Complementary color
Monochromatic Colors of #9C2B8E
Black with #9C2B8E
Text Example
Text Example
White with #9C2B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B8E; }
p { color: rgb(156,43,142); }
H1.HeaderClassName
{
color: #9C2B8E;
}
.AnyTagClassName
{
color: #9C2B8E;
}
</style>
background-color css
<style>
a { background-color: #9C2B8E; }
a { background-color: rgb(156,43,142); }
div.DivClassName
{
background-color: #9C2B8E;
}
.BgClassName
{
background-color: #9C2B8E;
}
</style>
border-color css
<style>
span { border-color: #9C2B8E; }
span { border-color: rgb(156,43,142); }
td.TdClassName
{
border-color: #9C2B8E;
}
.TagClassName
{
border-color: #9C2B8E;
}
</style>