Shades of Viola #B98195
Tints of Viola #B98195
RGB
CMYK
RGB Variations
Color information
#B98195 (or 0xB98195) is known color: Viola. HEX triplet: B9, 81 and 95. RGB value is (185,129,149). Sum of RGB (Red+Green+Blue) = 185+129+149=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B98195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98195 is #467E6A. Grayscale: #949494. Windows color (decimal): -4619883 or 9798073. OLE color: 9798073.
HSL color Cylindrical-coordinate representation of color #B98195: hue angle of 338.57º degrees, saturation: 0.29, 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 #B98195 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 149 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.27 |
| HSL | 338.57º | 0.29% | 0.62% | - |
| HSV(B) | 338.57º | 0.3% | 0.73% | - |
| XYZ | 33.28 | 28.18 | 32.12 | - |
| YUV | 148.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 149 | 0 | 0.30 | 0.19 | 0.27 | 338.57 | 0.29 | 0.62 |
| Hex | B9 | 81 | 95 | 0 | 1E | 13 | 1B | 153 | 1D | 3E |
| Octal | 271 | 201 | 225 | 0 | 36 | 23 | 33 | 523 | 35 | 76 |
| Binary | 10111001 | 10000001 | 10010101 | 0 | 11110 | 10011 | 11011 | 101010011 | 11101 | 111110 |
Color Harmonies of #B98195
Complementary color
Monochromatic Colors of #B98195
Black with #B98195
Text Example
Text Example
White with #B98195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98195; }
p { color: rgb(185,129,149); }
H1.HeaderClassName
{
color: #B98195;
}
.AnyTagClassName
{
color: #B98195;
}
</style>
background-color css
<style>
a { background-color: #B98195; }
a { background-color: rgb(185,129,149); }
div.DivClassName
{
background-color: #B98195;
}
.BgClassName
{
background-color: #B98195;
}
</style>
border-color css
<style>
span { border-color: #B98195; }
span { border-color: rgb(185,129,149); }
td.TdClassName
{
border-color: #B98195;
}
.TagClassName
{
border-color: #B98195;
}
</style>