Shades of Rose Bud Cherry #8B194E
Tints of Rose Bud Cherry #8B194E
RGB
CMYK
RGB Variations
Color information
#8B194E (or 0x8B194E) is known color: Rose Bud Cherry. HEX triplet: 8B, 19 and 4E. RGB value is (139,25,78). Sum of RGB (Red+Green+Blue) = 139+25+78=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B194E is #74E6B1. Grayscale: #414141. Windows color (decimal): -7661234 or 5118347. OLE color: 5118347.
HSL color Cylindrical-coordinate representation of color #8B194E: hue angle of 332.11º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B194E is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 25 | 78 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.45 |
| HSL | 332.11º | 0.7% | 0.32% | - |
| HSV(B) | 332.11º | 0.82% | 0.55% | - |
| XYZ | 12.37 | 6.73 | 7.86 | - |
| YUV | 65.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 78 | 0 | 0.82 | 0.44 | 0.45 | 332.11 | 0.7 | 0.32 |
| Hex | 8B | 19 | 4E | 0 | 52 | 2C | 2D | 14C | 46 | 20 |
| Octal | 213 | 31 | 116 | 0 | 122 | 54 | 55 | 514 | 106 | 40 |
| Binary | 10001011 | 11001 | 1001110 | 0 | 1010010 | 101100 | 101101 | 101001100 | 1000110 | 100000 |
Color Harmonies of #8B194E
Complementary color
Monochromatic Colors of #8B194E
Black with #8B194E
Text Example
Text Example
White with #8B194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B194E; }
p { color: rgb(139,25,78); }
H1.HeaderClassName
{
color: #8B194E;
}
.AnyTagClassName
{
color: #8B194E;
}
</style>
background-color css
<style>
a { background-color: #8B194E; }
a { background-color: rgb(139,25,78); }
div.DivClassName
{
background-color: #8B194E;
}
.BgClassName
{
background-color: #8B194E;
}
</style>
border-color css
<style>
span { border-color: #8B194E; }
span { border-color: rgb(139,25,78); }
td.TdClassName
{
border-color: #8B194E;
}
.TagClassName
{
border-color: #8B194E;
}
</style>