Shades of Rose Bud Cherry #8E315C
Tints of Rose Bud Cherry #8E315C
RGB
CMYK
RGB Variations
Color information
#8E315C (or 0x8E315C) is known color: Rose Bud Cherry. HEX triplet: 8E, 31 and 5C. RGB value is (142,49,92). Sum of RGB (Red+Green+Blue) = 142+49+92=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E315C is #71CEA3. Grayscale: #515151. Windows color (decimal): -7458468 or 6041998. OLE color: 6041998.
HSL color Cylindrical-coordinate representation of color #8E315C: hue angle of 332.26º 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 #8E315C is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 49 | 92 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.44 |
| HSL | 332.26º | 0.49% | 0.37% | - |
| HSV(B) | 332.26º | 0.65% | 0.56% | - |
| XYZ | 14.19 | 8.72 | 11.06 | - |
| YUV | 81.71 | 133.81 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 49 | 92 | 0 | 0.65 | 0.35 | 0.44 | 332.26 | 0.49 | 0.37 |
| Hex | 8E | 31 | 5C | 0 | 41 | 23 | 2C | 14C | 31 | 25 |
| Octal | 216 | 61 | 134 | 0 | 101 | 43 | 54 | 514 | 61 | 45 |
| Binary | 10001110 | 110001 | 1011100 | 0 | 1000001 | 100011 | 101100 | 101001100 | 110001 | 100101 |
Color Harmonies of #8E315C
Complementary color
Monochromatic Colors of #8E315C
Black with #8E315C
Text Example
Text Example
White with #8E315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E315C; }
p { color: rgb(142,49,92); }
H1.HeaderClassName
{
color: #8E315C;
}
.AnyTagClassName
{
color: #8E315C;
}
</style>
background-color css
<style>
a { background-color: #8E315C; }
a { background-color: rgb(142,49,92); }
div.DivClassName
{
background-color: #8E315C;
}
.BgClassName
{
background-color: #8E315C;
}
</style>
border-color css
<style>
span { border-color: #8E315C; }
span { border-color: rgb(142,49,92); }
td.TdClassName
{
border-color: #8E315C;
}
.TagClassName
{
border-color: #8E315C;
}
</style>