Shades of Viola #B98FA0
Tints of Viola #B98FA0
RGB
CMYK
RGB Variations
Color information
#B98FA0 (or 0xB98FA0) is known color: Viola. HEX triplet: B9, 8F and A0. RGB value is (185,143,160). Sum of RGB (Red+Green+Blue) = 185+143+160=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B98FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98FA0 is #46705F. Grayscale: #9D9D9D. Windows color (decimal): -4616288 or 10522553. OLE color: 10522553.
HSL color Cylindrical-coordinate representation of color #B98FA0: hue angle of 335.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B98FA0 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 160 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.27 |
| HSL | 335.71º | 0.23% | 0.64% | - |
| HSV(B) | 335.71º | 0.23% | 0.73% | - |
| XYZ | 36.18 | 32.5 | 37.62 | - |
| YUV | 157.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 160 | 0 | 0.23 | 0.14 | 0.27 | 335.71 | 0.23 | 0.64 |
| Hex | B9 | 8F | A0 | 0 | 17 | E | 1B | 150 | 17 | 40 |
| Octal | 271 | 217 | 240 | 0 | 27 | 16 | 33 | 520 | 27 | 100 |
| Binary | 10111001 | 10001111 | 10100000 | 0 | 10111 | 1110 | 11011 | 101010000 | 10111 | 1000000 |
Color Harmonies of #B98FA0
Complementary color
Monochromatic Colors of #B98FA0
Black with #B98FA0
Text Example
Text Example
White with #B98FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98FA0; }
p { color: rgb(185,143,160); }
H1.HeaderClassName
{
color: #B98FA0;
}
.AnyTagClassName
{
color: #B98FA0;
}
</style>
background-color css
<style>
a { background-color: #B98FA0; }
a { background-color: rgb(185,143,160); }
div.DivClassName
{
background-color: #B98FA0;
}
.BgClassName
{
background-color: #B98FA0;
}
</style>
border-color css
<style>
span { border-color: #B98FA0; }
span { border-color: rgb(185,143,160); }
td.TdClassName
{
border-color: #B98FA0;
}
.TagClassName
{
border-color: #B98FA0;
}
</style>