Shades of Mulberry #C9529D
Tints of Mulberry #C9529D
RGB
CMYK
RGB Variations
Color information
#C9529D (or 0xC9529D) is known color: Mulberry. HEX triplet: C9, 52 and 9D. RGB value is (201,82,157). Sum of RGB (Red+Green+Blue) = 201+82+157=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9529D is #36AD62. Grayscale: #7D7D7D. Windows color (decimal): -3583331 or 10310345. OLE color: 10310345.
HSL color Cylindrical-coordinate representation of color #C9529D: hue angle of 322.18º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9529D is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 157 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.21 |
| HSL | 322.18º | 0.52% | 0.55% | - |
| HSV(B) | 322.18º | 0.59% | 0.79% | - |
| XYZ | 33.19 | 20.89 | 34.18 | - |
| YUV | 126.13 | 145.42 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 157 | 0 | 0.59 | 0.22 | 0.21 | 322.18 | 0.52 | 0.55 |
| Hex | C9 | 52 | 9D | 0 | 3B | 16 | 15 | 142 | 34 | 37 |
| Octal | 311 | 122 | 235 | 0 | 73 | 26 | 25 | 502 | 64 | 67 |
| Binary | 11001001 | 1010010 | 10011101 | 0 | 111011 | 10110 | 10101 | 101000010 | 110100 | 110111 |
Color Harmonies of #C9529D
Complementary color
Monochromatic Colors of #C9529D
Black with #C9529D
Text Example
Text Example
White with #C9529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9529D; }
p { color: rgb(201,82,157); }
H1.HeaderClassName
{
color: #C9529D;
}
.AnyTagClassName
{
color: #C9529D;
}
</style>
background-color css
<style>
a { background-color: #C9529D; }
a { background-color: rgb(201,82,157); }
div.DivClassName
{
background-color: #C9529D;
}
.BgClassName
{
background-color: #C9529D;
}
</style>
border-color css
<style>
span { border-color: #C9529D; }
span { border-color: rgb(201,82,157); }
td.TdClassName
{
border-color: #C9529D;
}
.TagClassName
{
border-color: #C9529D;
}
</style>