Shades of Rose Bud Cherry #8A225E
Tints of Rose Bud Cherry #8A225E
RGB
CMYK
RGB Variations
Color information
#8A225E (or 0x8A225E) is known color: Rose Bud Cherry. HEX triplet: 8A, 22 and 5E. RGB value is (138,34,94). Sum of RGB (Red+Green+Blue) = 138+34+94=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A225E is #75DDA1. Grayscale: #474747. Windows color (decimal): -7724450 or 6169226. OLE color: 6169226.
HSL color Cylindrical-coordinate representation of color #8A225E: hue angle of 325.38º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A225E is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 34 | 94 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.46 |
| HSL | 325.38º | 0.6% | 0.34% | - |
| HSV(B) | 325.38º | 0.75% | 0.54% | - |
| XYZ | 13.07 | 7.36 | 11.32 | - |
| YUV | 71.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 94 | 0 | 0.75 | 0.32 | 0.46 | 325.38 | 0.6 | 0.34 |
| Hex | 8A | 22 | 5E | 0 | 4B | 20 | 2E | 145 | 3C | 22 |
| Octal | 212 | 42 | 136 | 0 | 113 | 40 | 56 | 505 | 74 | 42 |
| Binary | 10001010 | 100010 | 1011110 | 0 | 1001011 | 100000 | 101110 | 101000101 | 111100 | 100010 |
Color Harmonies of #8A225E
Complementary color
Monochromatic Colors of #8A225E
Black with #8A225E
Text Example
Text Example
White with #8A225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A225E; }
p { color: rgb(138,34,94); }
H1.HeaderClassName
{
color: #8A225E;
}
.AnyTagClassName
{
color: #8A225E;
}
</style>
background-color css
<style>
a { background-color: #8A225E; }
a { background-color: rgb(138,34,94); }
div.DivClassName
{
background-color: #8A225E;
}
.BgClassName
{
background-color: #8A225E;
}
</style>
border-color css
<style>
span { border-color: #8A225E; }
span { border-color: rgb(138,34,94); }
td.TdClassName
{
border-color: #8A225E;
}
.TagClassName
{
border-color: #8A225E;
}
</style>