Shades of Mulberry #B9509D
Tints of Mulberry #B9509D
RGB
CMYK
RGB Variations
Color information
#B9509D (or 0xB9509D) is known color: Mulberry. HEX triplet: B9, 50 and 9D. RGB value is (185,80,157). Sum of RGB (Red+Green+Blue) = 185+80+157=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9509D is #46AF62. Grayscale: #777777. Windows color (decimal): -4632419 or 10309817. OLE color: 10309817.
HSL color Cylindrical-coordinate representation of color #B9509D: hue angle of 316º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9509D is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 157 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.27 |
| HSL | 316º | 0.43% | 0.52% | - |
| HSV(B) | 316º | 0.57% | 0.73% | - |
| XYZ | 28.96 | 18.49 | 33.94 | - |
| YUV | 120.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 157 | 0 | 0.57 | 0.15 | 0.27 | 316 | 0.43 | 0.52 |
| Hex | B9 | 50 | 9D | 0 | 39 | F | 1B | 13C | 2B | 34 |
| Octal | 271 | 120 | 235 | 0 | 71 | 17 | 33 | 474 | 53 | 64 |
| Binary | 10111001 | 1010000 | 10011101 | 0 | 111001 | 1111 | 11011 | 100111100 | 101011 | 110100 |
Color Harmonies of #B9509D
Complementary color
Monochromatic Colors of #B9509D
Black with #B9509D
Text Example
Text Example
White with #B9509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9509D; }
p { color: rgb(185,80,157); }
H1.HeaderClassName
{
color: #B9509D;
}
.AnyTagClassName
{
color: #B9509D;
}
</style>
background-color css
<style>
a { background-color: #B9509D; }
a { background-color: rgb(185,80,157); }
div.DivClassName
{
background-color: #B9509D;
}
.BgClassName
{
background-color: #B9509D;
}
</style>
border-color css
<style>
span { border-color: #B9509D; }
span { border-color: rgb(185,80,157); }
td.TdClassName
{
border-color: #B9509D;
}
.TagClassName
{
border-color: #B9509D;
}
</style>