Shades of Viola #B98A96
Tints of Viola #B98A96
RGB
CMYK
RGB Variations
Color information
#B98A96 (or 0xB98A96) is known color: Viola. HEX triplet: B9, 8A and 96. RGB value is (185,138,150). Sum of RGB (Red+Green+Blue) = 185+138+150=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98A96 is #467569. Grayscale: #999999. Windows color (decimal): -4617578 or 9865913. OLE color: 9865913.
HSL color Cylindrical-coordinate representation of color #B98A96: hue angle of 344.68º 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 #B98A96 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 138 | 150 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.27 |
| HSL | 344.68º | 0.25% | 0.63% | - |
| HSV(B) | 344.68º | 0.25% | 0.73% | - |
| XYZ | 34.6 | 30.69 | 32.95 | - |
| YUV | 153.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 138 | 150 | 0 | 0.25 | 0.19 | 0.27 | 344.68 | 0.25 | 0.63 |
| Hex | B9 | 8A | 96 | 0 | 19 | 13 | 1B | 159 | 19 | 3F |
| Octal | 271 | 212 | 226 | 0 | 31 | 23 | 33 | 531 | 31 | 77 |
| Binary | 10111001 | 10001010 | 10010110 | 0 | 11001 | 10011 | 11011 | 101011001 | 11001 | 111111 |
Color Harmonies of #B98A96
Complementary color
Monochromatic Colors of #B98A96
Black with #B98A96
Text Example
Text Example
White with #B98A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98A96; }
p { color: rgb(185,138,150); }
H1.HeaderClassName
{
color: #B98A96;
}
.AnyTagClassName
{
color: #B98A96;
}
</style>
background-color css
<style>
a { background-color: #B98A96; }
a { background-color: rgb(185,138,150); }
div.DivClassName
{
background-color: #B98A96;
}
.BgClassName
{
background-color: #B98A96;
}
</style>
border-color css
<style>
span { border-color: #B98A96; }
span { border-color: rgb(185,138,150); }
td.TdClassName
{
border-color: #B98A96;
}
.TagClassName
{
border-color: #B98A96;
}
</style>