Shades of Rose Bud Cherry #8D3A5A
Tints of Rose Bud Cherry #8D3A5A
RGB
CMYK
RGB Variations
Color information
#8D3A5A (or 0x8D3A5A) is known color: Rose Bud Cherry. HEX triplet: 8D, 3A and 5A. RGB value is (141,58,90). Sum of RGB (Red+Green+Blue) = 141+58+90=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3A5A is #72C5A5. Grayscale: #565656. Windows color (decimal): -7521702 or 5913229. OLE color: 5913229.
HSL color Cylindrical-coordinate representation of color #8D3A5A: hue angle of 336.87º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D3A5A is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 58 | 90 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.45 |
| HSL | 336.87º | 0.42% | 0.39% | - |
| HSV(B) | 336.87º | 0.59% | 0.55% | - |
| XYZ | 14.34 | 9.43 | 10.74 | - |
| YUV | 86.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 90 | 0 | 0.59 | 0.36 | 0.45 | 336.87 | 0.42 | 0.39 |
| Hex | 8D | 3A | 5A | 0 | 3B | 24 | 2D | 151 | 2A | 27 |
| Octal | 215 | 72 | 132 | 0 | 73 | 44 | 55 | 521 | 52 | 47 |
| Binary | 10001101 | 111010 | 1011010 | 0 | 111011 | 100100 | 101101 | 101010001 | 101010 | 100111 |
Color Harmonies of #8D3A5A
Complementary color
Monochromatic Colors of #8D3A5A
Black with #8D3A5A
Text Example
Text Example
White with #8D3A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3A5A; }
p { color: rgb(141,58,90); }
H1.HeaderClassName
{
color: #8D3A5A;
}
.AnyTagClassName
{
color: #8D3A5A;
}
</style>
background-color css
<style>
a { background-color: #8D3A5A; }
a { background-color: rgb(141,58,90); }
div.DivClassName
{
background-color: #8D3A5A;
}
.BgClassName
{
background-color: #8D3A5A;
}
</style>
border-color css
<style>
span { border-color: #8D3A5A; }
span { border-color: rgb(141,58,90); }
td.TdClassName
{
border-color: #8D3A5A;
}
.TagClassName
{
border-color: #8D3A5A;
}
</style>