Shades of Rose Bud Cherry #8A2E5A
Tints of Rose Bud Cherry #8A2E5A
RGB
CMYK
RGB Variations
Color information
#8A2E5A (or 0x8A2E5A) is known color: Rose Bud Cherry. HEX triplet: 8A, 2E and 5A. RGB value is (138,46,90). Sum of RGB (Red+Green+Blue) = 138+46+90=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2E5A is #75D1A5. Grayscale: #4E4E4E. Windows color (decimal): -7721382 or 5910154. OLE color: 5910154.
HSL color Cylindrical-coordinate representation of color #8A2E5A: hue angle of 331.3º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2E5A is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 46 | 90 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.46 |
| HSL | 331.3º | 0.5% | 0.36% | - |
| HSV(B) | 331.3º | 0.67% | 0.54% | - |
| XYZ | 13.3 | 8.1 | 10.53 | - |
| YUV | 78.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 90 | 0 | 0.67 | 0.35 | 0.46 | 331.3 | 0.5 | 0.36 |
| Hex | 8A | 2E | 5A | 0 | 43 | 23 | 2E | 14B | 32 | 24 |
| Octal | 212 | 56 | 132 | 0 | 103 | 43 | 56 | 513 | 62 | 44 |
| Binary | 10001010 | 101110 | 1011010 | 0 | 1000011 | 100011 | 101110 | 101001011 | 110010 | 100100 |
Color Harmonies of #8A2E5A
Complementary color
Monochromatic Colors of #8A2E5A
Black with #8A2E5A
Text Example
Text Example
White with #8A2E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2E5A; }
p { color: rgb(138,46,90); }
H1.HeaderClassName
{
color: #8A2E5A;
}
.AnyTagClassName
{
color: #8A2E5A;
}
</style>
background-color css
<style>
a { background-color: #8A2E5A; }
a { background-color: rgb(138,46,90); }
div.DivClassName
{
background-color: #8A2E5A;
}
.BgClassName
{
background-color: #8A2E5A;
}
</style>
border-color css
<style>
span { border-color: #8A2E5A; }
span { border-color: rgb(138,46,90); }
td.TdClassName
{
border-color: #8A2E5A;
}
.TagClassName
{
border-color: #8A2E5A;
}
</style>