Shades of Rose Bud Cherry #8A3E58
Tints of Rose Bud Cherry #8A3E58
RGB
CMYK
RGB Variations
Color information
#8A3E58 (or 0x8A3E58) is known color: Rose Bud Cherry. HEX triplet: 8A, 3E and 58. RGB value is (138,62,88). Sum of RGB (Red+Green+Blue) = 138+62+88=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E58 is #75C1A7. Grayscale: #575757. Windows color (decimal): -7717288 or 5783178. OLE color: 5783178.
HSL color Cylindrical-coordinate representation of color #8A3E58: hue angle of 339.47º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A3E58 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 88 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.46 |
| HSL | 339.47º | 0.38% | 0.39% | - |
| HSV(B) | 339.47º | 0.55% | 0.54% | - |
| XYZ | 13.97 | 9.55 | 10.34 | - |
| YUV | 87.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 88 | 0 | 0.55 | 0.36 | 0.46 | 339.47 | 0.38 | 0.39 |
| Hex | 8A | 3E | 58 | 0 | 37 | 24 | 2E | 153 | 26 | 27 |
| Octal | 212 | 76 | 130 | 0 | 67 | 44 | 56 | 523 | 46 | 47 |
| Binary | 10001010 | 111110 | 1011000 | 0 | 110111 | 100100 | 101110 | 101010011 | 100110 | 100111 |
Color Harmonies of #8A3E58
Complementary color
Monochromatic Colors of #8A3E58
Black with #8A3E58
Text Example
Text Example
White with #8A3E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E58; }
p { color: rgb(138,62,88); }
H1.HeaderClassName
{
color: #8A3E58;
}
.AnyTagClassName
{
color: #8A3E58;
}
</style>
background-color css
<style>
a { background-color: #8A3E58; }
a { background-color: rgb(138,62,88); }
div.DivClassName
{
background-color: #8A3E58;
}
.BgClassName
{
background-color: #8A3E58;
}
</style>
border-color css
<style>
span { border-color: #8A3E58; }
span { border-color: rgb(138,62,88); }
td.TdClassName
{
border-color: #8A3E58;
}
.TagClassName
{
border-color: #8A3E58;
}
</style>