Shades of Rose Bud Cherry #8B255E
Tints of Rose Bud Cherry #8B255E
RGB
CMYK
RGB Variations
Color information
#8B255E (or 0x8B255E) is known color: Rose Bud Cherry. HEX triplet: 8B, 25 and 5E. RGB value is (139,37,94). Sum of RGB (Red+Green+Blue) = 139+37+94=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B255E is #74DAA1. Grayscale: #494949. Windows color (decimal): -7658146 or 6169995. OLE color: 6169995.
HSL color Cylindrical-coordinate representation of color #8B255E: hue angle of 326.47º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B255E is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 94 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.45 |
| HSL | 326.47º | 0.58% | 0.35% | - |
| HSV(B) | 326.47º | 0.73% | 0.55% | - |
| XYZ | 13.33 | 7.62 | 11.36 | - |
| YUV | 74 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 94 | 0 | 0.73 | 0.32 | 0.45 | 326.47 | 0.58 | 0.35 |
| Hex | 8B | 25 | 5E | 0 | 49 | 20 | 2D | 146 | 3A | 23 |
| Octal | 213 | 45 | 136 | 0 | 111 | 40 | 55 | 506 | 72 | 43 |
| Binary | 10001011 | 100101 | 1011110 | 0 | 1001001 | 100000 | 101101 | 101000110 | 111010 | 100011 |
Color Harmonies of #8B255E
Complementary color
Monochromatic Colors of #8B255E
Black with #8B255E
Text Example
Text Example
White with #8B255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B255E; }
p { color: rgb(139,37,94); }
H1.HeaderClassName
{
color: #8B255E;
}
.AnyTagClassName
{
color: #8B255E;
}
</style>
background-color css
<style>
a { background-color: #8B255E; }
a { background-color: rgb(139,37,94); }
div.DivClassName
{
background-color: #8B255E;
}
.BgClassName
{
background-color: #8B255E;
}
</style>
border-color css
<style>
span { border-color: #8B255E; }
span { border-color: rgb(139,37,94); }
td.TdClassName
{
border-color: #8B255E;
}
.TagClassName
{
border-color: #8B255E;
}
</style>