Shades of Dark Magenta #9C148B
Tints of Dark Magenta #9C148B
RGB
CMYK
RGB Variations
Color information
#9C148B (or 0x9C148B) is known color: Dark Magenta. HEX triplet: 9C, 14 and 8B. RGB value is (156,20,139). Sum of RGB (Red+Green+Blue) = 156+20+139=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C148B is #63EB74. Grayscale: #494949. Windows color (decimal): -6548341 or 9114780. OLE color: 9114780.
HSL color Cylindrical-coordinate representation of color #9C148B: hue angle of 307.5º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C148B is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 139 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.39 |
| HSL | 307.5º | 0.77% | 0.35% | - |
| HSV(B) | 307.5º | 0.87% | 0.61% | - |
| XYZ | 18.62 | 9.43 | 25.27 | - |
| YUV | 74.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 139 | 0 | 0.87 | 0.11 | 0.39 | 307.5 | 0.77 | 0.35 |
| Hex | 9C | 14 | 8B | 0 | 57 | B | 27 | 134 | 4D | 23 |
| Octal | 234 | 24 | 213 | 0 | 127 | 13 | 47 | 464 | 115 | 43 |
| Binary | 10011100 | 10100 | 10001011 | 0 | 1010111 | 1011 | 100111 | 100110100 | 1001101 | 100011 |
Color Harmonies of #9C148B
Complementary color
Monochromatic Colors of #9C148B
Black with #9C148B
Text Example
Text Example
White with #9C148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C148B; }
p { color: rgb(156,20,139); }
H1.HeaderClassName
{
color: #9C148B;
}
.AnyTagClassName
{
color: #9C148B;
}
</style>
background-color css
<style>
a { background-color: #9C148B; }
a { background-color: rgb(156,20,139); }
div.DivClassName
{
background-color: #9C148B;
}
.BgClassName
{
background-color: #9C148B;
}
</style>
border-color css
<style>
span { border-color: #9C148B; }
span { border-color: rgb(156,20,139); }
td.TdClassName
{
border-color: #9C148B;
}
.TagClassName
{
border-color: #9C148B;
}
</style>