Shades of Mulberry #C9509E
Tints of Mulberry #C9509E
RGB
CMYK
RGB Variations
Color information
#C9509E (or 0xC9509E) is known color: Mulberry. HEX triplet: C9, 50 and 9E. RGB value is (201,80,158). Sum of RGB (Red+Green+Blue) = 201+80+158=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C9509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9509E is #36AF61. Grayscale: #7C7C7C. Windows color (decimal): -3583842 or 10375369. OLE color: 10375369.
HSL color Cylindrical-coordinate representation of color #C9509E: hue angle of 321.32º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9509E is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 158 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.21 |
| HSL | 321.32º | 0.53% | 0.55% | - |
| HSV(B) | 321.32º | 0.6% | 0.79% | - |
| XYZ | 33.13 | 20.62 | 34.58 | - |
| YUV | 125.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 158 | 0 | 0.60 | 0.21 | 0.21 | 321.32 | 0.53 | 0.55 |
| Hex | C9 | 50 | 9E | 0 | 3C | 15 | 15 | 141 | 35 | 37 |
| Octal | 311 | 120 | 236 | 0 | 74 | 25 | 25 | 501 | 65 | 67 |
| Binary | 11001001 | 1010000 | 10011110 | 0 | 111100 | 10101 | 10101 | 101000001 | 110101 | 110111 |
Color Harmonies of #C9509E
Complementary color
Monochromatic Colors of #C9509E
Black with #C9509E
Text Example
Text Example
White with #C9509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9509E; }
p { color: rgb(201,80,158); }
H1.HeaderClassName
{
color: #C9509E;
}
.AnyTagClassName
{
color: #C9509E;
}
</style>
background-color css
<style>
a { background-color: #C9509E; }
a { background-color: rgb(201,80,158); }
div.DivClassName
{
background-color: #C9509E;
}
.BgClassName
{
background-color: #C9509E;
}
</style>
border-color css
<style>
span { border-color: #C9509E; }
span { border-color: rgb(201,80,158); }
td.TdClassName
{
border-color: #C9509E;
}
.TagClassName
{
border-color: #C9509E;
}
</style>