Shades of Viola #B989A0
Tints of Viola #B989A0
RGB
CMYK
RGB Variations
Color information
#B989A0 (or 0xB989A0) is known color: Viola. HEX triplet: B9, 89 and A0. RGB value is (185,137,160). Sum of RGB (Red+Green+Blue) = 185+137+160=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B989A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B989A0 is #46765F. Grayscale: #999999. Windows color (decimal): -4617824 or 10521017. OLE color: 10521017.
HSL color Cylindrical-coordinate representation of color #B989A0: hue angle of 331.25º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B989A0 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 137 | 160 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.27 |
| HSL | 331.25º | 0.26% | 0.63% | - |
| HSV(B) | 331.25º | 0.26% | 0.73% | - |
| XYZ | 35.3 | 30.74 | 37.33 | - |
| YUV | 153.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 137 | 160 | 0 | 0.26 | 0.14 | 0.27 | 331.25 | 0.26 | 0.63 |
| Hex | B9 | 89 | A0 | 0 | 1A | E | 1B | 14B | 1A | 3F |
| Octal | 271 | 211 | 240 | 0 | 32 | 16 | 33 | 513 | 32 | 77 |
| Binary | 10111001 | 10001001 | 10100000 | 0 | 11010 | 1110 | 11011 | 101001011 | 11010 | 111111 |
Color Harmonies of #B989A0
Complementary color
Monochromatic Colors of #B989A0
Black with #B989A0
Text Example
Text Example
White with #B989A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B989A0; }
p { color: rgb(185,137,160); }
H1.HeaderClassName
{
color: #B989A0;
}
.AnyTagClassName
{
color: #B989A0;
}
</style>
background-color css
<style>
a { background-color: #B989A0; }
a { background-color: rgb(185,137,160); }
div.DivClassName
{
background-color: #B989A0;
}
.BgClassName
{
background-color: #B989A0;
}
</style>
border-color css
<style>
span { border-color: #B989A0; }
span { border-color: rgb(185,137,160); }
td.TdClassName
{
border-color: #B989A0;
}
.TagClassName
{
border-color: #B989A0;
}
</style>