Shades of Rose Bud Cherry #8B335D
Tints of Rose Bud Cherry #8B335D
RGB
CMYK
RGB Variations
Color information
#8B335D (or 0x8B335D) is known color: Rose Bud Cherry. HEX triplet: 8B, 33 and 5D. RGB value is (139,51,93). Sum of RGB (Red+Green+Blue) = 139+51+93=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B335D is #74CCA2. Grayscale: #525252. Windows color (decimal): -7654563 or 6108043. OLE color: 6108043.
HSL color Cylindrical-coordinate representation of color #8B335D: hue angle of 331.36º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B335D is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 93 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.45 |
| HSL | 331.36º | 0.46% | 0.37% | - |
| HSV(B) | 331.36º | 0.63% | 0.55% | - |
| XYZ | 13.81 | 8.65 | 11.3 | - |
| YUV | 82.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 93 | 0 | 0.63 | 0.33 | 0.45 | 331.36 | 0.46 | 0.37 |
| Hex | 8B | 33 | 5D | 0 | 3F | 21 | 2D | 14B | 2E | 25 |
| Octal | 213 | 63 | 135 | 0 | 77 | 41 | 55 | 513 | 56 | 45 |
| Binary | 10001011 | 110011 | 1011101 | 0 | 111111 | 100001 | 101101 | 101001011 | 101110 | 100101 |
Color Harmonies of #8B335D
Complementary color
Monochromatic Colors of #8B335D
Black with #8B335D
Text Example
Text Example
White with #8B335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B335D; }
p { color: rgb(139,51,93); }
H1.HeaderClassName
{
color: #8B335D;
}
.AnyTagClassName
{
color: #8B335D;
}
</style>
background-color css
<style>
a { background-color: #8B335D; }
a { background-color: rgb(139,51,93); }
div.DivClassName
{
background-color: #8B335D;
}
.BgClassName
{
background-color: #8B335D;
}
</style>
border-color css
<style>
span { border-color: #8B335D; }
span { border-color: rgb(139,51,93); }
td.TdClassName
{
border-color: #8B335D;
}
.TagClassName
{
border-color: #8B335D;
}
</style>