Shades of Rose Bud Cherry #8A2F5A
Tints of Rose Bud Cherry #8A2F5A
RGB
CMYK
RGB Variations
Color information
#8A2F5A (or 0x8A2F5A) is known color: Rose Bud Cherry. HEX triplet: 8A, 2F and 5A. RGB value is (138,47,90). Sum of RGB (Red+Green+Blue) = 138+47+90=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2F5A is #75D0A5. Grayscale: #4F4F4F. Windows color (decimal): -7721126 or 5910410. OLE color: 5910410.
HSL color Cylindrical-coordinate representation of color #8A2F5A: hue angle of 331.65º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A2F5A is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 47 | 90 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.46 |
| HSL | 331.65º | 0.49% | 0.36% | - |
| HSV(B) | 331.65º | 0.66% | 0.54% | - |
| XYZ | 13.34 | 8.17 | 10.55 | - |
| YUV | 79.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 47 | 90 | 0 | 0.66 | 0.35 | 0.46 | 331.65 | 0.49 | 0.36 |
| Hex | 8A | 2F | 5A | 0 | 42 | 23 | 2E | 14C | 31 | 24 |
| Octal | 212 | 57 | 132 | 0 | 102 | 43 | 56 | 514 | 61 | 44 |
| Binary | 10001010 | 101111 | 1011010 | 0 | 1000010 | 100011 | 101110 | 101001100 | 110001 | 100100 |
Color Harmonies of #8A2F5A
Complementary color
Monochromatic Colors of #8A2F5A
Black with #8A2F5A
Text Example
Text Example
White with #8A2F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2F5A; }
p { color: rgb(138,47,90); }
H1.HeaderClassName
{
color: #8A2F5A;
}
.AnyTagClassName
{
color: #8A2F5A;
}
</style>
background-color css
<style>
a { background-color: #8A2F5A; }
a { background-color: rgb(138,47,90); }
div.DivClassName
{
background-color: #8A2F5A;
}
.BgClassName
{
background-color: #8A2F5A;
}
</style>
border-color css
<style>
span { border-color: #8A2F5A; }
span { border-color: rgb(138,47,90); }
td.TdClassName
{
border-color: #8A2F5A;
}
.TagClassName
{
border-color: #8A2F5A;
}
</style>