Shades of Rose Bud Cherry #8B3166
Tints of Rose Bud Cherry #8B3166
RGB
CMYK
RGB Variations
Color information
#8B3166 (or 0x8B3166) is known color: Rose Bud Cherry. HEX triplet: 8B, 31 and 66. RGB value is (139,49,102). Sum of RGB (Red+Green+Blue) = 139+49+102=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3166 is #74CE99. Grayscale: #515151. Windows color (decimal): -7655066 or 6697355. OLE color: 6697355.
HSL color Cylindrical-coordinate representation of color #8B3166: hue angle of 324.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3166 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 49 | 102 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.45 |
| HSL | 324.67º | 0.48% | 0.37% | - |
| HSV(B) | 324.67º | 0.65% | 0.55% | - |
| XYZ | 14.14 | 8.64 | 13.49 | - |
| YUV | 81.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 49 | 102 | 0 | 0.65 | 0.27 | 0.45 | 324.67 | 0.48 | 0.37 |
| Hex | 8B | 31 | 66 | 0 | 41 | 1B | 2D | 145 | 30 | 25 |
| Octal | 213 | 61 | 146 | 0 | 101 | 33 | 55 | 505 | 60 | 45 |
| Binary | 10001011 | 110001 | 1100110 | 0 | 1000001 | 11011 | 101101 | 101000101 | 110000 | 100101 |
Color Harmonies of #8B3166
Complementary color
Monochromatic Colors of #8B3166
Black with #8B3166
Text Example
Text Example
White with #8B3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3166; }
p { color: rgb(139,49,102); }
H1.HeaderClassName
{
color: #8B3166;
}
.AnyTagClassName
{
color: #8B3166;
}
</style>
background-color css
<style>
a { background-color: #8B3166; }
a { background-color: rgb(139,49,102); }
div.DivClassName
{
background-color: #8B3166;
}
.BgClassName
{
background-color: #8B3166;
}
</style>
border-color css
<style>
span { border-color: #8B3166; }
span { border-color: rgb(139,49,102); }
td.TdClassName
{
border-color: #8B3166;
}
.TagClassName
{
border-color: #8B3166;
}
</style>