Shades of Mulberry #B9639D
Tints of Mulberry #B9639D
RGB
CMYK
RGB Variations
Color information
#B9639D (or 0xB9639D) is known color: Mulberry. HEX triplet: B9, 63 and 9D. RGB value is (185,99,157). Sum of RGB (Red+Green+Blue) = 185+99+157=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9639D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9639D is #469C62. Grayscale: #838383. Windows color (decimal): -4627555 or 10314681. OLE color: 10314681.
HSL color Cylindrical-coordinate representation of color #B9639D: hue angle of 319.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9639D is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 157 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.27 |
| HSL | 319.53º | 0.38% | 0.56% | - |
| HSV(B) | 319.53º | 0.46% | 0.73% | - |
| XYZ | 30.56 | 21.67 | 34.47 | - |
| YUV | 131.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 157 | 0 | 0.46 | 0.15 | 0.27 | 319.53 | 0.38 | 0.56 |
| Hex | B9 | 63 | 9D | 0 | 2E | F | 1B | 140 | 26 | 38 |
| Octal | 271 | 143 | 235 | 0 | 56 | 17 | 33 | 500 | 46 | 70 |
| Binary | 10111001 | 1100011 | 10011101 | 0 | 101110 | 1111 | 11011 | 101000000 | 100110 | 111000 |
Color Harmonies of #B9639D
Complementary color
Monochromatic Colors of #B9639D
Black with #B9639D
Text Example
Text Example
White with #B9639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9639D; }
p { color: rgb(185,99,157); }
H1.HeaderClassName
{
color: #B9639D;
}
.AnyTagClassName
{
color: #B9639D;
}
</style>
background-color css
<style>
a { background-color: #B9639D; }
a { background-color: rgb(185,99,157); }
div.DivClassName
{
background-color: #B9639D;
}
.BgClassName
{
background-color: #B9639D;
}
</style>
border-color css
<style>
span { border-color: #B9639D; }
span { border-color: rgb(185,99,157); }
td.TdClassName
{
border-color: #B9639D;
}
.TagClassName
{
border-color: #B9639D;
}
</style>