Shades of Rose Bud Cherry #8A1A5E
Tints of Rose Bud Cherry #8A1A5E
RGB
CMYK
RGB Variations
Color information
#8A1A5E (or 0x8A1A5E) is known color: Rose Bud Cherry. HEX triplet: 8A, 1A and 5E. RGB value is (138,26,94). Sum of RGB (Red+Green+Blue) = 138+26+94=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1A5E is #75E5A1. Grayscale: #434343. Windows color (decimal): -7726498 or 6167178. OLE color: 6167178.
HSL color Cylindrical-coordinate representation of color #8A1A5E: hue angle of 323.57º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1A5E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 26 | 94 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.46 |
| HSL | 323.57º | 0.68% | 0.32% | - |
| HSV(B) | 323.57º | 0.81% | 0.54% | - |
| XYZ | 12.87 | 6.95 | 11.25 | - |
| YUV | 67.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 94 | 0 | 0.81 | 0.32 | 0.46 | 323.57 | 0.68 | 0.32 |
| Hex | 8A | 1A | 5E | 0 | 51 | 20 | 2E | 144 | 44 | 20 |
| Octal | 212 | 32 | 136 | 0 | 121 | 40 | 56 | 504 | 104 | 40 |
| Binary | 10001010 | 11010 | 1011110 | 0 | 1010001 | 100000 | 101110 | 101000100 | 1000100 | 100000 |
Color Harmonies of #8A1A5E
Complementary color
Monochromatic Colors of #8A1A5E
Black with #8A1A5E
Text Example
Text Example
White with #8A1A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1A5E; }
p { color: rgb(138,26,94); }
H1.HeaderClassName
{
color: #8A1A5E;
}
.AnyTagClassName
{
color: #8A1A5E;
}
</style>
background-color css
<style>
a { background-color: #8A1A5E; }
a { background-color: rgb(138,26,94); }
div.DivClassName
{
background-color: #8A1A5E;
}
.BgClassName
{
background-color: #8A1A5E;
}
</style>
border-color css
<style>
span { border-color: #8A1A5E; }
span { border-color: rgb(138,26,94); }
td.TdClassName
{
border-color: #8A1A5E;
}
.TagClassName
{
border-color: #8A1A5E;
}
</style>