Shades of Mulberry #C8539E
Tints of Mulberry #C8539E
RGB
CMYK
RGB Variations
Color information
#C8539E (or 0xC8539E) is known color: Mulberry. HEX triplet: C8, 53 and 9E. RGB value is (200,83,158). Sum of RGB (Red+Green+Blue) = 200+83+158=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8539E is #37AC61. Grayscale: #7E7E7E. Windows color (decimal): -3648610 or 10376136. OLE color: 10376136.
HSL color Cylindrical-coordinate representation of color #C8539E: hue angle of 321.54º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8539E is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 158 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.22 |
| HSL | 321.54º | 0.52% | 0.55% | - |
| HSV(B) | 321.54º | 0.59% | 0.78% | - |
| XYZ | 33.08 | 20.93 | 34.64 | - |
| YUV | 126.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 158 | 0 | 0.58 | 0.21 | 0.22 | 321.54 | 0.52 | 0.55 |
| Hex | C8 | 53 | 9E | 0 | 3A | 15 | 16 | 142 | 34 | 37 |
| Octal | 310 | 123 | 236 | 0 | 72 | 25 | 26 | 502 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10011110 | 0 | 111010 | 10101 | 10110 | 101000010 | 110100 | 110111 |
Color Harmonies of #C8539E
Complementary color
Monochromatic Colors of #C8539E
Black with #C8539E
Text Example
Text Example
White with #C8539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8539E; }
p { color: rgb(200,83,158); }
H1.HeaderClassName
{
color: #C8539E;
}
.AnyTagClassName
{
color: #C8539E;
}
</style>
background-color css
<style>
a { background-color: #C8539E; }
a { background-color: rgb(200,83,158); }
div.DivClassName
{
background-color: #C8539E;
}
.BgClassName
{
background-color: #C8539E;
}
</style>
border-color css
<style>
span { border-color: #C8539E; }
span { border-color: rgb(200,83,158); }
td.TdClassName
{
border-color: #C8539E;
}
.TagClassName
{
border-color: #C8539E;
}
</style>