Shades of Viola #B98296
Tints of Viola #B98296
RGB
CMYK
RGB Variations
Color information
#B98296 (or 0xB98296) is known color: Viola. HEX triplet: B9, 82 and 96. RGB value is (185,130,150). Sum of RGB (Red+Green+Blue) = 185+130+150=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B98296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98296 is #467D69. Grayscale: #949494. Windows color (decimal): -4619626 or 9863865. OLE color: 9863865.
HSL color Cylindrical-coordinate representation of color #B98296: hue angle of 338.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98296 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 130 | 150 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.27 |
| HSL | 338.18º | 0.28% | 0.62% | - |
| HSV(B) | 338.18º | 0.3% | 0.73% | - |
| XYZ | 33.5 | 28.48 | 32.59 | - |
| YUV | 148.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 150 | 0 | 0.30 | 0.19 | 0.27 | 338.18 | 0.28 | 0.62 |
| Hex | B9 | 82 | 96 | 0 | 1E | 13 | 1B | 152 | 1C | 3E |
| Octal | 271 | 202 | 226 | 0 | 36 | 23 | 33 | 522 | 34 | 76 |
| Binary | 10111001 | 10000010 | 10010110 | 0 | 11110 | 10011 | 11011 | 101010010 | 11100 | 111110 |
Color Harmonies of #B98296
Complementary color
Monochromatic Colors of #B98296
Black with #B98296
Text Example
Text Example
White with #B98296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98296; }
p { color: rgb(185,130,150); }
H1.HeaderClassName
{
color: #B98296;
}
.AnyTagClassName
{
color: #B98296;
}
</style>
background-color css
<style>
a { background-color: #B98296; }
a { background-color: rgb(185,130,150); }
div.DivClassName
{
background-color: #B98296;
}
.BgClassName
{
background-color: #B98296;
}
</style>
border-color css
<style>
span { border-color: #B98296; }
span { border-color: rgb(185,130,150); }
td.TdClassName
{
border-color: #B98296;
}
.TagClassName
{
border-color: #B98296;
}
</style>