Shades of Rose Bud Cherry #8E336B
Tints of Rose Bud Cherry #8E336B
RGB
CMYK
RGB Variations
Color information
#8E336B (or 0x8E336B) is known color: Rose Bud Cherry. HEX triplet: 8E, 33 and 6B. RGB value is (142,51,107). Sum of RGB (Red+Green+Blue) = 142+51+107=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E336B is #71CC94. Grayscale: #545454. Windows color (decimal): -7457941 or 7025550. OLE color: 7025550.
HSL color Cylindrical-coordinate representation of color #8E336B: hue angle of 323.08º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E336B is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 51 | 107 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.44 |
| HSL | 323.08º | 0.47% | 0.38% | - |
| HSV(B) | 323.08º | 0.64% | 0.56% | - |
| XYZ | 14.99 | 9.18 | 14.89 | - |
| YUV | 84.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 51 | 107 | 0 | 0.64 | 0.25 | 0.44 | 323.08 | 0.47 | 0.38 |
| Hex | 8E | 33 | 6B | 0 | 40 | 19 | 2C | 143 | 2F | 26 |
| Octal | 216 | 63 | 153 | 0 | 100 | 31 | 54 | 503 | 57 | 46 |
| Binary | 10001110 | 110011 | 1101011 | 0 | 1000000 | 11001 | 101100 | 101000011 | 101111 | 100110 |
Color Harmonies of #8E336B
Complementary color
Monochromatic Colors of #8E336B
Black with #8E336B
Text Example
Text Example
White with #8E336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E336B; }
p { color: rgb(142,51,107); }
H1.HeaderClassName
{
color: #8E336B;
}
.AnyTagClassName
{
color: #8E336B;
}
</style>
background-color css
<style>
a { background-color: #8E336B; }
a { background-color: rgb(142,51,107); }
div.DivClassName
{
background-color: #8E336B;
}
.BgClassName
{
background-color: #8E336B;
}
</style>
border-color css
<style>
span { border-color: #8E336B; }
span { border-color: rgb(142,51,107); }
td.TdClassName
{
border-color: #8E336B;
}
.TagClassName
{
border-color: #8E336B;
}
</style>