Shades of Rose Bud Cherry #8B3566
Tints of Rose Bud Cherry #8B3566
RGB
CMYK
RGB Variations
Color information
#8B3566 (or 0x8B3566) is known color: Rose Bud Cherry. HEX triplet: 8B, 35 and 66. RGB value is (139,53,102). Sum of RGB (Red+Green+Blue) = 139+53+102=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3566 is #74CA99. Grayscale: #545454. Windows color (decimal): -7654042 or 6698379. OLE color: 6698379.
HSL color Cylindrical-coordinate representation of color #8B3566: hue angle of 325.81º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B3566 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 102 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.45 |
| HSL | 325.81º | 0.45% | 0.38% | - |
| HSV(B) | 325.81º | 0.62% | 0.55% | - |
| XYZ | 14.32 | 8.99 | 13.55 | - |
| YUV | 84.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 102 | 0 | 0.62 | 0.27 | 0.45 | 325.81 | 0.45 | 0.38 |
| Hex | 8B | 35 | 66 | 0 | 3E | 1B | 2D | 146 | 2D | 26 |
| Octal | 213 | 65 | 146 | 0 | 76 | 33 | 55 | 506 | 55 | 46 |
| Binary | 10001011 | 110101 | 1100110 | 0 | 111110 | 11011 | 101101 | 101000110 | 101101 | 100110 |
Color Harmonies of #8B3566
Complementary color
Monochromatic Colors of #8B3566
Black with #8B3566
Text Example
Text Example
White with #8B3566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3566; }
p { color: rgb(139,53,102); }
H1.HeaderClassName
{
color: #8B3566;
}
.AnyTagClassName
{
color: #8B3566;
}
</style>
background-color css
<style>
a { background-color: #8B3566; }
a { background-color: rgb(139,53,102); }
div.DivClassName
{
background-color: #8B3566;
}
.BgClassName
{
background-color: #8B3566;
}
</style>
border-color css
<style>
span { border-color: #8B3566; }
span { border-color: rgb(139,53,102); }
td.TdClassName
{
border-color: #8B3566;
}
.TagClassName
{
border-color: #8B3566;
}
</style>