Shades of Viola #B98394
Tints of Viola #B98394
RGB
CMYK
RGB Variations
Color information
#B98394 (or 0xB98394) is known color: Viola. HEX triplet: B9, 83 and 94. RGB value is (185,131,148). Sum of RGB (Red+Green+Blue) = 185+131+148=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B98394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98394 is #467C6B. Grayscale: #959595. Windows color (decimal): -4619372 or 9733049. OLE color: 9733049.
HSL color Cylindrical-coordinate representation of color #B98394: hue angle of 341.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B98394 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 148 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.27 |
| HSL | 341.11º | 0.28% | 0.62% | - |
| HSV(B) | 341.11º | 0.29% | 0.73% | - |
| XYZ | 33.47 | 28.69 | 31.79 | - |
| YUV | 149.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 148 | 0 | 0.29 | 0.20 | 0.27 | 341.11 | 0.28 | 0.62 |
| Hex | B9 | 83 | 94 | 0 | 1D | 14 | 1B | 155 | 1C | 3E |
| Octal | 271 | 203 | 224 | 0 | 35 | 24 | 33 | 525 | 34 | 76 |
| Binary | 10111001 | 10000011 | 10010100 | 0 | 11101 | 10100 | 11011 | 101010101 | 11100 | 111110 |
Color Harmonies of #B98394
Complementary color
Monochromatic Colors of #B98394
Black with #B98394
Text Example
Text Example
White with #B98394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98394; }
p { color: rgb(185,131,148); }
H1.HeaderClassName
{
color: #B98394;
}
.AnyTagClassName
{
color: #B98394;
}
</style>
background-color css
<style>
a { background-color: #B98394; }
a { background-color: rgb(185,131,148); }
div.DivClassName
{
background-color: #B98394;
}
.BgClassName
{
background-color: #B98394;
}
</style>
border-color css
<style>
span { border-color: #B98394; }
span { border-color: rgb(185,131,148); }
td.TdClassName
{
border-color: #B98394;
}
.TagClassName
{
border-color: #B98394;
}
</style>