Shades of Viola #B98AA1
Tints of Viola #B98AA1
RGB
CMYK
RGB Variations
Color information
#B98AA1 (or 0xB98AA1) is known color: Viola. HEX triplet: B9, 8A and A1. RGB value is (185,138,161). Sum of RGB (Red+Green+Blue) = 185+138+161=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B98AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98AA1 is #46755E. Grayscale: #9A9A9A. Windows color (decimal): -4617567 or 10586809. OLE color: 10586809.
HSL color Cylindrical-coordinate representation of color #B98AA1: hue angle of 330.64º 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 #B98AA1 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 138 | 161 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.27 |
| HSL | 330.64º | 0.25% | 0.63% | - |
| HSV(B) | 330.64º | 0.25% | 0.73% | - |
| XYZ | 35.53 | 31.06 | 37.84 | - |
| YUV | 154.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 138 | 161 | 0 | 0.25 | 0.13 | 0.27 | 330.64 | 0.25 | 0.63 |
| Hex | B9 | 8A | A1 | 0 | 19 | D | 1B | 14B | 19 | 3F |
| Octal | 271 | 212 | 241 | 0 | 31 | 15 | 33 | 513 | 31 | 77 |
| Binary | 10111001 | 10001010 | 10100001 | 0 | 11001 | 1101 | 11011 | 101001011 | 11001 | 111111 |
Color Harmonies of #B98AA1
Complementary color
Monochromatic Colors of #B98AA1
Black with #B98AA1
Text Example
Text Example
White with #B98AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98AA1; }
p { color: rgb(185,138,161); }
H1.HeaderClassName
{
color: #B98AA1;
}
.AnyTagClassName
{
color: #B98AA1;
}
</style>
background-color css
<style>
a { background-color: #B98AA1; }
a { background-color: rgb(185,138,161); }
div.DivClassName
{
background-color: #B98AA1;
}
.BgClassName
{
background-color: #B98AA1;
}
</style>
border-color css
<style>
span { border-color: #B98AA1; }
span { border-color: rgb(185,138,161); }
td.TdClassName
{
border-color: #B98AA1;
}
.TagClassName
{
border-color: #B98AA1;
}
</style>