Shades of Rose Bud Cherry #8A3A5D
Tints of Rose Bud Cherry #8A3A5D
RGB
CMYK
RGB Variations
Color information
#8A3A5D (or 0x8A3A5D) is known color: Rose Bud Cherry. HEX triplet: 8A, 3A and 5D. RGB value is (138,58,93). Sum of RGB (Red+Green+Blue) = 138+58+93=289 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.75% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3A5D is #75C5A2. Grayscale: #555555. Windows color (decimal): -7718307 or 6109834. OLE color: 6109834.
HSL color Cylindrical-coordinate representation of color #8A3A5D: hue angle of 333.75º 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 #8A3A5D is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 93 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.46 |
| HSL | 333.75º | 0.41% | 0.38% | - |
| HSV(B) | 333.75º | 0.58% | 0.54% | - |
| XYZ | 13.97 | 9.22 | 11.4 | - |
| YUV | 85.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 93 | 0 | 0.58 | 0.33 | 0.46 | 333.75 | 0.41 | 0.38 |
| Hex | 8A | 3A | 5D | 0 | 3A | 21 | 2E | 14E | 29 | 26 |
| Octal | 212 | 72 | 135 | 0 | 72 | 41 | 56 | 516 | 51 | 46 |
| Binary | 10001010 | 111010 | 1011101 | 0 | 111010 | 100001 | 101110 | 101001110 | 101001 | 100110 |
Color Harmonies of #8A3A5D
Complementary color
Monochromatic Colors of #8A3A5D
Black with #8A3A5D
Text Example
Text Example
White with #8A3A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A5D; }
p { color: rgb(138,58,93); }
H1.HeaderClassName
{
color: #8A3A5D;
}
.AnyTagClassName
{
color: #8A3A5D;
}
</style>
background-color css
<style>
a { background-color: #8A3A5D; }
a { background-color: rgb(138,58,93); }
div.DivClassName
{
background-color: #8A3A5D;
}
.BgClassName
{
background-color: #8A3A5D;
}
</style>
border-color css
<style>
span { border-color: #8A3A5D; }
span { border-color: rgb(138,58,93); }
td.TdClassName
{
border-color: #8A3A5D;
}
.TagClassName
{
border-color: #8A3A5D;
}
</style>