Shades of Dark Magenta #9B169D
Tints of Dark Magenta #9B169D
RGB
CMYK
RGB Variations
Color information
#9B169D (or 0x9B169D) is known color: Dark Magenta. HEX triplet: 9B, 16 and 9D. RGB value is (155,22,157). Sum of RGB (Red+Green+Blue) = 155+22+157=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B169D is #64E962. Grayscale: #4C4C4C. Windows color (decimal): -6613347 or 10294939. OLE color: 10294939.
HSL color Cylindrical-coordinate representation of color #9B169D: hue angle of 299.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B169D is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 22 | 157 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.38 |
| HSL | 299.11º | 0.75% | 0.35% | - |
| HSV(B) | 299.11º | 0.86% | 0.62% | - |
| XYZ | 19.89 | 9.98 | 32.78 | - |
| YUV | 77.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 22 | 157 | 0.01 | 0.86 | 0 | 0.38 | 299.11 | 0.75 | 0.35 |
| Hex | 9B | 16 | 9D | 1 | 56 | 0 | 26 | 12B | 4B | 23 |
| Octal | 233 | 26 | 235 | 1 | 126 | 0 | 46 | 453 | 113 | 43 |
| Binary | 10011011 | 10110 | 10011101 | 1 | 1010110 | 0 | 100110 | 100101011 | 1001011 | 100011 |
Color Harmonies of #9B169D
Complementary color
Monochromatic Colors of #9B169D
Black with #9B169D
Text Example
Text Example
White with #9B169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B169D; }
p { color: rgb(155,22,157); }
H1.HeaderClassName
{
color: #9B169D;
}
.AnyTagClassName
{
color: #9B169D;
}
</style>
background-color css
<style>
a { background-color: #9B169D; }
a { background-color: rgb(155,22,157); }
div.DivClassName
{
background-color: #9B169D;
}
.BgClassName
{
background-color: #9B169D;
}
</style>
border-color css
<style>
span { border-color: #9B169D; }
span { border-color: rgb(155,22,157); }
td.TdClassName
{
border-color: #9B169D;
}
.TagClassName
{
border-color: #9B169D;
}
</style>