Shades of Dark Purple #9C2B8B
Tints of Dark Purple #9C2B8B
RGB
CMYK
RGB Variations
Color information
#9C2B8B (or 0x9C2B8B) is known color: Dark Purple. HEX triplet: 9C, 2B and 8B. RGB value is (156,43,139). Sum of RGB (Red+Green+Blue) = 156+43+139=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2B8B is #63D474. Grayscale: #575757. Windows color (decimal): -6542453 or 9120668. OLE color: 9120668.
HSL color Cylindrical-coordinate representation of color #9C2B8B: hue angle of 309.03º 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 #9C2B8B is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 139 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.39 |
| HSL | 309.03º | 0.57% | 0.39% | - |
| HSV(B) | 309.03º | 0.72% | 0.61% | - |
| XYZ | 19.23 | 10.66 | 25.47 | - |
| YUV | 87.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 139 | 0 | 0.72 | 0.11 | 0.39 | 309.03 | 0.57 | 0.39 |
| Hex | 9C | 2B | 8B | 0 | 48 | B | 27 | 135 | 39 | 27 |
| Octal | 234 | 53 | 213 | 0 | 110 | 13 | 47 | 465 | 71 | 47 |
| Binary | 10011100 | 101011 | 10001011 | 0 | 1001000 | 1011 | 100111 | 100110101 | 111001 | 100111 |
Color Harmonies of #9C2B8B
Complementary color
Monochromatic Colors of #9C2B8B
Black with #9C2B8B
Text Example
Text Example
White with #9C2B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B8B; }
p { color: rgb(156,43,139); }
H1.HeaderClassName
{
color: #9C2B8B;
}
.AnyTagClassName
{
color: #9C2B8B;
}
</style>
background-color css
<style>
a { background-color: #9C2B8B; }
a { background-color: rgb(156,43,139); }
div.DivClassName
{
background-color: #9C2B8B;
}
.BgClassName
{
background-color: #9C2B8B;
}
</style>
border-color css
<style>
span { border-color: #9C2B8B; }
span { border-color: rgb(156,43,139); }
td.TdClassName
{
border-color: #9C2B8B;
}
.TagClassName
{
border-color: #9C2B8B;
}
</style>