Shades of Mulberry #B9509B
Tints of Mulberry #B9509B
RGB
CMYK
RGB Variations
Color information
#B9509B (or 0xB9509B) is known color: Mulberry. HEX triplet: B9, 50 and 9B. RGB value is (185,80,155). Sum of RGB (Red+Green+Blue) = 185+80+155=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9509B is #46AF64. Grayscale: #777777. Windows color (decimal): -4632421 or 10178745. OLE color: 10178745.
HSL color Cylindrical-coordinate representation of color #B9509B: hue angle of 317.14º 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 #B9509B is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 155 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.27 |
| HSL | 317.14º | 0.43% | 0.52% | - |
| HSV(B) | 317.14º | 0.57% | 0.73% | - |
| XYZ | 28.79 | 18.42 | 33.05 | - |
| YUV | 119.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 155 | 0 | 0.57 | 0.16 | 0.27 | 317.14 | 0.43 | 0.52 |
| Hex | B9 | 50 | 9B | 0 | 39 | 10 | 1B | 13D | 2B | 34 |
| Octal | 271 | 120 | 233 | 0 | 71 | 20 | 33 | 475 | 53 | 64 |
| Binary | 10111001 | 1010000 | 10011011 | 0 | 111001 | 10000 | 11011 | 100111101 | 101011 | 110100 |
Color Harmonies of #B9509B
Complementary color
Monochromatic Colors of #B9509B
Black with #B9509B
Text Example
Text Example
White with #B9509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9509B; }
p { color: rgb(185,80,155); }
H1.HeaderClassName
{
color: #B9509B;
}
.AnyTagClassName
{
color: #B9509B;
}
</style>
background-color css
<style>
a { background-color: #B9509B; }
a { background-color: rgb(185,80,155); }
div.DivClassName
{
background-color: #B9509B;
}
.BgClassName
{
background-color: #B9509B;
}
</style>
border-color css
<style>
span { border-color: #B9509B; }
span { border-color: rgb(185,80,155); }
td.TdClassName
{
border-color: #B9509B;
}
.TagClassName
{
border-color: #B9509B;
}
</style>