Shades of Rose Bud Cherry #8F3868
Tints of Rose Bud Cherry #8F3868
RGB
CMYK
RGB Variations
Color information
#8F3868 (or 0x8F3868) is known color: Rose Bud Cherry. HEX triplet: 8F, 38 and 68. RGB value is (143,56,104). Sum of RGB (Red+Green+Blue) = 143+56+104=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3868 is #70C797. Grayscale: #575757. Windows color (decimal): -7391128 or 6830223. OLE color: 6830223.
HSL color Cylindrical-coordinate representation of color #8F3868: hue angle of 326.9º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F3868 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 56 | 104 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.44 |
| HSL | 326.9º | 0.44% | 0.39% | - |
| HSV(B) | 326.9º | 0.61% | 0.56% | - |
| XYZ | 15.24 | 9.67 | 14.16 | - |
| YUV | 87.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 104 | 0 | 0.61 | 0.27 | 0.44 | 326.9 | 0.44 | 0.39 |
| Hex | 8F | 38 | 68 | 0 | 3D | 1B | 2C | 147 | 2C | 27 |
| Octal | 217 | 70 | 150 | 0 | 75 | 33 | 54 | 507 | 54 | 47 |
| Binary | 10001111 | 111000 | 1101000 | 0 | 111101 | 11011 | 101100 | 101000111 | 101100 | 100111 |
Color Harmonies of #8F3868
Complementary color
Monochromatic Colors of #8F3868
Black with #8F3868
Text Example
Text Example
White with #8F3868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3868; }
p { color: rgb(143,56,104); }
H1.HeaderClassName
{
color: #8F3868;
}
.AnyTagClassName
{
color: #8F3868;
}
</style>
background-color css
<style>
a { background-color: #8F3868; }
a { background-color: rgb(143,56,104); }
div.DivClassName
{
background-color: #8F3868;
}
.BgClassName
{
background-color: #8F3868;
}
</style>
border-color css
<style>
span { border-color: #8F3868; }
span { border-color: rgb(143,56,104); }
td.TdClassName
{
border-color: #8F3868;
}
.TagClassName
{
border-color: #8F3868;
}
</style>