Shades of Rose Bud Cherry #8E3366
Tints of Rose Bud Cherry #8E3366
RGB
CMYK
RGB Variations
Color information
#8E3366 (or 0x8E3366) is known color: Rose Bud Cherry. HEX triplet: 8E, 33 and 66. RGB value is (142,51,102). Sum of RGB (Red+Green+Blue) = 142+51+102=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3366 is #71CC99. Grayscale: #535353. Windows color (decimal): -7457946 or 6697870. OLE color: 6697870.
HSL color Cylindrical-coordinate representation of color #8E3366: hue angle of 326.37º 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 #8E3366 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 51 | 102 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.44 |
| HSL | 326.37º | 0.47% | 0.38% | - |
| HSV(B) | 326.37º | 0.64% | 0.56% | - |
| XYZ | 14.74 | 9.08 | 13.55 | - |
| YUV | 84.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 51 | 102 | 0 | 0.64 | 0.28 | 0.44 | 326.37 | 0.47 | 0.38 |
| Hex | 8E | 33 | 66 | 0 | 40 | 1C | 2C | 146 | 2F | 26 |
| Octal | 216 | 63 | 146 | 0 | 100 | 34 | 54 | 506 | 57 | 46 |
| Binary | 10001110 | 110011 | 1100110 | 0 | 1000000 | 11100 | 101100 | 101000110 | 101111 | 100110 |
Color Harmonies of #8E3366
Complementary color
Monochromatic Colors of #8E3366
Black with #8E3366
Text Example
Text Example
White with #8E3366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3366; }
p { color: rgb(142,51,102); }
H1.HeaderClassName
{
color: #8E3366;
}
.AnyTagClassName
{
color: #8E3366;
}
</style>
background-color css
<style>
a { background-color: #8E3366; }
a { background-color: rgb(142,51,102); }
div.DivClassName
{
background-color: #8E3366;
}
.BgClassName
{
background-color: #8E3366;
}
</style>
border-color css
<style>
span { border-color: #8E3366; }
span { border-color: rgb(142,51,102); }
td.TdClassName
{
border-color: #8E3366;
}
.TagClassName
{
border-color: #8E3366;
}
</style>