Shades of Viola #B89AA1
Tints of Viola #B89AA1
RGB
CMYK
RGB Variations
Color information
#B89AA1 (or 0xB89AA1) is known color: Viola. HEX triplet: B8, 9A and A1. RGB value is (184,154,161). Sum of RGB (Red+Green+Blue) = 184+154+161=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B89AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89AA1 is #47655E. Grayscale: #A3A3A3. Windows color (decimal): -4679007 or 10590904. OLE color: 10590904.
HSL color Cylindrical-coordinate representation of color #B89AA1: hue angle of 346º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B89AA1 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 161 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.28 |
| HSL | 346º | 0.17% | 0.66% | - |
| HSV(B) | 346º | 0.16% | 0.72% | - |
| XYZ | 37.76 | 35.87 | 38.65 | - |
| YUV | 163.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 161 | 0 | 0.16 | 0.12 | 0.28 | 346 | 0.17 | 0.66 |
| Hex | B8 | 9A | A1 | 0 | 10 | C | 1C | 15A | 11 | 42 |
| Octal | 270 | 232 | 241 | 0 | 20 | 14 | 34 | 532 | 21 | 102 |
| Binary | 10111000 | 10011010 | 10100001 | 0 | 10000 | 1100 | 11100 | 101011010 | 10001 | 1000010 |
Color Harmonies of #B89AA1
Complementary color
Monochromatic Colors of #B89AA1
Black with #B89AA1
Text Example
Text Example
White with #B89AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89AA1; }
p { color: rgb(184,154,161); }
H1.HeaderClassName
{
color: #B89AA1;
}
.AnyTagClassName
{
color: #B89AA1;
}
</style>
background-color css
<style>
a { background-color: #B89AA1; }
a { background-color: rgb(184,154,161); }
div.DivClassName
{
background-color: #B89AA1;
}
.BgClassName
{
background-color: #B89AA1;
}
</style>
border-color css
<style>
span { border-color: #B89AA1; }
span { border-color: rgb(184,154,161); }
td.TdClassName
{
border-color: #B89AA1;
}
.TagClassName
{
border-color: #B89AA1;
}
</style>