Shades of Viola #B98A95
Tints of Viola #B98A95
RGB
CMYK
RGB Variations
Color information
#B98A95 (or 0xB98A95) is known color: Viola. HEX triplet: B9, 8A and 95. RGB value is (185,138,149). Sum of RGB (Red+Green+Blue) = 185+138+149=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98A95 is #46756A. Grayscale: #999999. Windows color (decimal): -4617579 or 9800377. OLE color: 9800377.
HSL color Cylindrical-coordinate representation of color #B98A95: hue angle of 345.96º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B98A95 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 138 | 149 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.27 |
| HSL | 345.96º | 0.25% | 0.63% | - |
| HSV(B) | 345.96º | 0.25% | 0.73% | - |
| XYZ | 34.52 | 30.66 | 32.53 | - |
| YUV | 153.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 138 | 149 | 0 | 0.25 | 0.19 | 0.27 | 345.96 | 0.25 | 0.63 |
| Hex | B9 | 8A | 95 | 0 | 19 | 13 | 1B | 15A | 19 | 3F |
| Octal | 271 | 212 | 225 | 0 | 31 | 23 | 33 | 532 | 31 | 77 |
| Binary | 10111001 | 10001010 | 10010101 | 0 | 11001 | 10011 | 11011 | 101011010 | 11001 | 111111 |
Color Harmonies of #B98A95
Complementary color
Monochromatic Colors of #B98A95
Black with #B98A95
Text Example
Text Example
White with #B98A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98A95; }
p { color: rgb(185,138,149); }
H1.HeaderClassName
{
color: #B98A95;
}
.AnyTagClassName
{
color: #B98A95;
}
</style>
background-color css
<style>
a { background-color: #B98A95; }
a { background-color: rgb(185,138,149); }
div.DivClassName
{
background-color: #B98A95;
}
.BgClassName
{
background-color: #B98A95;
}
</style>
border-color css
<style>
span { border-color: #B98A95; }
span { border-color: rgb(185,138,149); }
td.TdClassName
{
border-color: #B98A95;
}
.TagClassName
{
border-color: #B98A95;
}
</style>