Shades of Dark Magenta #9B148E
Tints of Dark Magenta #9B148E
RGB
CMYK
RGB Variations
Color information
#9B148E (or 0x9B148E) is known color: Dark Magenta. HEX triplet: 9B, 14 and 8E. RGB value is (155,20,142). Sum of RGB (Red+Green+Blue) = 155+20+142=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B148E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B148E is #64EB71. Grayscale: #494949. Windows color (decimal): -6613874 or 9311387. OLE color: 9311387.
HSL color Cylindrical-coordinate representation of color #9B148E: hue angle of 305.78º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B148E is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 142 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.39 |
| HSL | 305.78º | 0.77% | 0.34% | - |
| HSV(B) | 305.78º | 0.87% | 0.61% | - |
| XYZ | 18.65 | 9.42 | 26.43 | - |
| YUV | 74.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 142 | 0 | 0.87 | 0.08 | 0.39 | 305.78 | 0.77 | 0.34 |
| Hex | 9B | 14 | 8E | 0 | 57 | 8 | 27 | 132 | 4D | 22 |
| Octal | 233 | 24 | 216 | 0 | 127 | 10 | 47 | 462 | 115 | 42 |
| Binary | 10011011 | 10100 | 10001110 | 0 | 1010111 | 1000 | 100111 | 100110010 | 1001101 | 100010 |
Color Harmonies of #9B148E
Complementary color
Monochromatic Colors of #9B148E
Black with #9B148E
Text Example
Text Example
White with #9B148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B148E; }
p { color: rgb(155,20,142); }
H1.HeaderClassName
{
color: #9B148E;
}
.AnyTagClassName
{
color: #9B148E;
}
</style>
background-color css
<style>
a { background-color: #9B148E; }
a { background-color: rgb(155,20,142); }
div.DivClassName
{
background-color: #9B148E;
}
.BgClassName
{
background-color: #9B148E;
}
</style>
border-color css
<style>
span { border-color: #9B148E; }
span { border-color: rgb(155,20,142); }
td.TdClassName
{
border-color: #9B148E;
}
.TagClassName
{
border-color: #9B148E;
}
</style>