Shades of Rose Bud Cherry #8A1E60
Tints of Rose Bud Cherry #8A1E60
RGB
CMYK
RGB Variations
Color information
#8A1E60 (or 0x8A1E60) is known color: Rose Bud Cherry. HEX triplet: 8A, 1E and 60. RGB value is (138,30,96). Sum of RGB (Red+Green+Blue) = 138+30+96=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1E60 is #75E19F. Grayscale: #454545. Windows color (decimal): -7725472 or 6299274. OLE color: 6299274.
HSL color Cylindrical-coordinate representation of color #8A1E60: hue angle of 323.33º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1E60 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 30 | 96 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.46 |
| HSL | 323.33º | 0.64% | 0.33% | - |
| HSV(B) | 323.33º | 0.78% | 0.54% | - |
| XYZ | 13.06 | 7.18 | 11.76 | - |
| YUV | 69.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 96 | 0 | 0.78 | 0.30 | 0.46 | 323.33 | 0.64 | 0.33 |
| Hex | 8A | 1E | 60 | 0 | 4E | 1E | 2E | 143 | 40 | 21 |
| Octal | 212 | 36 | 140 | 0 | 116 | 36 | 56 | 503 | 100 | 41 |
| Binary | 10001010 | 11110 | 1100000 | 0 | 1001110 | 11110 | 101110 | 101000011 | 1000000 | 100001 |
Color Harmonies of #8A1E60
Complementary color
Monochromatic Colors of #8A1E60
Black with #8A1E60
Text Example
Text Example
White with #8A1E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1E60; }
p { color: rgb(138,30,96); }
H1.HeaderClassName
{
color: #8A1E60;
}
.AnyTagClassName
{
color: #8A1E60;
}
</style>
background-color css
<style>
a { background-color: #8A1E60; }
a { background-color: rgb(138,30,96); }
div.DivClassName
{
background-color: #8A1E60;
}
.BgClassName
{
background-color: #8A1E60;
}
</style>
border-color css
<style>
span { border-color: #8A1E60; }
span { border-color: rgb(138,30,96); }
td.TdClassName
{
border-color: #8A1E60;
}
.TagClassName
{
border-color: #8A1E60;
}
</style>