Shades of Rose Bud Cherry #8E3169
Tints of Rose Bud Cherry #8E3169
RGB
CMYK
RGB Variations
Color information
#8E3169 (or 0x8E3169) is known color: Rose Bud Cherry. HEX triplet: 8E, 31 and 69. RGB value is (142,49,105). Sum of RGB (Red+Green+Blue) = 142+49+105=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3169 is #71CE96. Grayscale: #535353. Windows color (decimal): -7458455 or 6893966. OLE color: 6893966.
HSL color Cylindrical-coordinate representation of color #8E3169: hue angle of 323.87º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3169 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 49 | 105 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.44 |
| HSL | 323.87º | 0.49% | 0.37% | - |
| HSV(B) | 323.87º | 0.65% | 0.56% | - |
| XYZ | 14.8 | 8.97 | 14.32 | - |
| YUV | 83.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 49 | 105 | 0 | 0.65 | 0.26 | 0.44 | 323.87 | 0.49 | 0.37 |
| Hex | 8E | 31 | 69 | 0 | 41 | 1A | 2C | 144 | 31 | 25 |
| Octal | 216 | 61 | 151 | 0 | 101 | 32 | 54 | 504 | 61 | 45 |
| Binary | 10001110 | 110001 | 1101001 | 0 | 1000001 | 11010 | 101100 | 101000100 | 110001 | 100101 |
Color Harmonies of #8E3169
Complementary color
Monochromatic Colors of #8E3169
Black with #8E3169
Text Example
Text Example
White with #8E3169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3169; }
p { color: rgb(142,49,105); }
H1.HeaderClassName
{
color: #8E3169;
}
.AnyTagClassName
{
color: #8E3169;
}
</style>
background-color css
<style>
a { background-color: #8E3169; }
a { background-color: rgb(142,49,105); }
div.DivClassName
{
background-color: #8E3169;
}
.BgClassName
{
background-color: #8E3169;
}
</style>
border-color css
<style>
span { border-color: #8E3169; }
span { border-color: rgb(142,49,105); }
td.TdClassName
{
border-color: #8E3169;
}
.TagClassName
{
border-color: #8E3169;
}
</style>