Shades of Viola #BF889D
Tints of Viola #BF889D
RGB
CMYK
RGB Variations
Color information
#BF889D (or 0xBF889D) is known color: Viola. HEX triplet: BF, 88 and 9D. RGB value is (191,136,157). Sum of RGB (Red+Green+Blue) = 191+136+157=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF889D is #407762. Grayscale: #9A9A9A. Windows color (decimal): -4224867 or 10324159. OLE color: 10324159.
HSL color Cylindrical-coordinate representation of color #BF889D: hue angle of 337.09º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF889D is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 157 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.25 |
| HSL | 337.09º | 0.3% | 0.64% | - |
| HSV(B) | 337.09º | 0.29% | 0.75% | - |
| XYZ | 36.38 | 31.12 | 35.99 | - |
| YUV | 154.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 157 | 0 | 0.29 | 0.18 | 0.25 | 337.09 | 0.3 | 0.64 |
| Hex | BF | 88 | 9D | 0 | 1D | 12 | 19 | 151 | 1E | 40 |
| Octal | 277 | 210 | 235 | 0 | 35 | 22 | 31 | 521 | 36 | 100 |
| Binary | 10111111 | 10001000 | 10011101 | 0 | 11101 | 10010 | 11001 | 101010001 | 11110 | 1000000 |
Color Harmonies of #BF889D
Complementary color
Monochromatic Colors of #BF889D
Black with #BF889D
Text Example
Text Example
White with #BF889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF889D; }
p { color: rgb(191,136,157); }
H1.HeaderClassName
{
color: #BF889D;
}
.AnyTagClassName
{
color: #BF889D;
}
</style>
background-color css
<style>
a { background-color: #BF889D; }
a { background-color: rgb(191,136,157); }
div.DivClassName
{
background-color: #BF889D;
}
.BgClassName
{
background-color: #BF889D;
}
</style>
border-color css
<style>
span { border-color: #BF889D; }
span { border-color: rgb(191,136,157); }
td.TdClassName
{
border-color: #BF889D;
}
.TagClassName
{
border-color: #BF889D;
}
</style>