Shades of Mulberry #B9509E
Tints of Mulberry #B9509E
RGB
CMYK
RGB Variations
Color information
#B9509E (or 0xB9509E) is known color: Mulberry. HEX triplet: B9, 50 and 9E. RGB value is (185,80,158). Sum of RGB (Red+Green+Blue) = 185+80+158=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9509E is #46AF61. Grayscale: #787878. Windows color (decimal): -4632418 or 10375353. OLE color: 10375353.
HSL color Cylindrical-coordinate representation of color #B9509E: hue angle of 315.43º 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 #B9509E is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 158 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.27 |
| HSL | 315.43º | 0.43% | 0.52% | - |
| HSV(B) | 315.43º | 0.57% | 0.73% | - |
| XYZ | 29.05 | 18.52 | 34.39 | - |
| YUV | 120.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 158 | 0 | 0.57 | 0.15 | 0.27 | 315.43 | 0.43 | 0.52 |
| Hex | B9 | 50 | 9E | 0 | 39 | F | 1B | 13B | 2B | 34 |
| Octal | 271 | 120 | 236 | 0 | 71 | 17 | 33 | 473 | 53 | 64 |
| Binary | 10111001 | 1010000 | 10011110 | 0 | 111001 | 1111 | 11011 | 100111011 | 101011 | 110100 |
Color Harmonies of #B9509E
Complementary color
Monochromatic Colors of #B9509E
Black with #B9509E
Text Example
Text Example
White with #B9509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9509E; }
p { color: rgb(185,80,158); }
H1.HeaderClassName
{
color: #B9509E;
}
.AnyTagClassName
{
color: #B9509E;
}
</style>
background-color css
<style>
a { background-color: #B9509E; }
a { background-color: rgb(185,80,158); }
div.DivClassName
{
background-color: #B9509E;
}
.BgClassName
{
background-color: #B9509E;
}
</style>
border-color css
<style>
span { border-color: #B9509E; }
span { border-color: rgb(185,80,158); }
td.TdClassName
{
border-color: #B9509E;
}
.TagClassName
{
border-color: #B9509E;
}
</style>