Shades of Rose Bud Cherry #8A3A5A
Tints of Rose Bud Cherry #8A3A5A
RGB
CMYK
RGB Variations
Color information
#8A3A5A (or 0x8A3A5A) is known color: Rose Bud Cherry. HEX triplet: 8A, 3A and 5A. RGB value is (138,58,90). Sum of RGB (Red+Green+Blue) = 138+58+90=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3A5A is #75C5A5. Grayscale: #555555. Windows color (decimal): -7718310 or 5913226. OLE color: 5913226.
HSL color Cylindrical-coordinate representation of color #8A3A5A: hue angle of 336º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3A5A is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 90 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.46 |
| HSL | 336º | 0.41% | 0.38% | - |
| HSV(B) | 336º | 0.58% | 0.54% | - |
| XYZ | 13.84 | 9.17 | 10.71 | - |
| YUV | 85.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 90 | 0 | 0.58 | 0.35 | 0.46 | 336 | 0.41 | 0.38 |
| Hex | 8A | 3A | 5A | 0 | 3A | 23 | 2E | 150 | 29 | 26 |
| Octal | 212 | 72 | 132 | 0 | 72 | 43 | 56 | 520 | 51 | 46 |
| Binary | 10001010 | 111010 | 1011010 | 0 | 111010 | 100011 | 101110 | 101010000 | 101001 | 100110 |
Color Harmonies of #8A3A5A
Complementary color
Monochromatic Colors of #8A3A5A
Black with #8A3A5A
Text Example
Text Example
White with #8A3A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A5A; }
p { color: rgb(138,58,90); }
H1.HeaderClassName
{
color: #8A3A5A;
}
.AnyTagClassName
{
color: #8A3A5A;
}
</style>
background-color css
<style>
a { background-color: #8A3A5A; }
a { background-color: rgb(138,58,90); }
div.DivClassName
{
background-color: #8A3A5A;
}
.BgClassName
{
background-color: #8A3A5A;
}
</style>
border-color css
<style>
span { border-color: #8A3A5A; }
span { border-color: rgb(138,58,90); }
td.TdClassName
{
border-color: #8A3A5A;
}
.TagClassName
{
border-color: #8A3A5A;
}
</style>