Shades of Dark Magenta #9B079D
Tints of Dark Magenta #9B079D
RGB
CMYK
RGB Variations
Color information
#9B079D (or 0x9B079D) is known color: Dark Magenta. HEX triplet: 9B, 07 and 9D. RGB value is (155,7,157). Sum of RGB (Red+Green+Blue) = 155+7+157=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B079D is #64F862. Grayscale: #434343. Windows color (decimal): -6617187 or 10291099. OLE color: 10291099.
HSL color Cylindrical-coordinate representation of color #9B079D: hue angle of 299.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B079D is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 7 | 157 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.38 |
| HSL | 299.2º | 0.91% | 0.32% | - |
| HSV(B) | 299.2º | 0.96% | 0.62% | - |
| XYZ | 19.68 | 9.55 | 32.71 | - |
| YUV | 68.35 | 178.03 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 7 | 157 | 0.01 | 0.96 | 0 | 0.38 | 299.2 | 0.91 | 0.32 |
| Hex | 9B | 7 | 9D | 1 | 60 | 0 | 26 | 12B | 5B | 20 |
| Octal | 233 | 7 | 235 | 1 | 140 | 0 | 46 | 453 | 133 | 40 |
| Binary | 10011011 | 111 | 10011101 | 1 | 1100000 | 0 | 100110 | 100101011 | 1011011 | 100000 |
Color Harmonies of #9B079D
Complementary color
Monochromatic Colors of #9B079D
Black with #9B079D
Text Example
Text Example
White with #9B079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B079D; }
p { color: rgb(155,7,157); }
H1.HeaderClassName
{
color: #9B079D;
}
.AnyTagClassName
{
color: #9B079D;
}
</style>
background-color css
<style>
a { background-color: #9B079D; }
a { background-color: rgb(155,7,157); }
div.DivClassName
{
background-color: #9B079D;
}
.BgClassName
{
background-color: #9B079D;
}
</style>
border-color css
<style>
span { border-color: #9B079D; }
span { border-color: rgb(155,7,157); }
td.TdClassName
{
border-color: #9B079D;
}
.TagClassName
{
border-color: #9B079D;
}
</style>