Shades of Rose Bud Cherry #8F3166
Tints of Rose Bud Cherry #8F3166
RGB
CMYK
RGB Variations
Color information
#8F3166 (or 0x8F3166) is known color: Rose Bud Cherry. HEX triplet: 8F, 31 and 66. RGB value is (143,49,102). Sum of RGB (Red+Green+Blue) = 143+49+102=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3166 is #70CE99. Grayscale: #535353. Windows color (decimal): -7392922 or 6697359. OLE color: 6697359.
HSL color Cylindrical-coordinate representation of color #8F3166: hue angle of 326.17º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3166 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 102 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.44 |
| HSL | 326.17º | 0.49% | 0.38% | - |
| HSV(B) | 326.17º | 0.66% | 0.56% | - |
| XYZ | 14.82 | 9 | 13.53 | - |
| YUV | 83.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 102 | 0 | 0.66 | 0.29 | 0.44 | 326.17 | 0.49 | 0.38 |
| Hex | 8F | 31 | 66 | 0 | 42 | 1D | 2C | 146 | 31 | 26 |
| Octal | 217 | 61 | 146 | 0 | 102 | 35 | 54 | 506 | 61 | 46 |
| Binary | 10001111 | 110001 | 1100110 | 0 | 1000010 | 11101 | 101100 | 101000110 | 110001 | 100110 |
Color Harmonies of #8F3166
Complementary color
Monochromatic Colors of #8F3166
Black with #8F3166
Text Example
Text Example
White with #8F3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3166; }
p { color: rgb(143,49,102); }
H1.HeaderClassName
{
color: #8F3166;
}
.AnyTagClassName
{
color: #8F3166;
}
</style>
background-color css
<style>
a { background-color: #8F3166; }
a { background-color: rgb(143,49,102); }
div.DivClassName
{
background-color: #8F3166;
}
.BgClassName
{
background-color: #8F3166;
}
</style>
border-color css
<style>
span { border-color: #8F3166; }
span { border-color: rgb(143,49,102); }
td.TdClassName
{
border-color: #8F3166;
}
.TagClassName
{
border-color: #8F3166;
}
</style>