Shades of Viola #B39094
Tints of Viola #B39094
RGB
CMYK
RGB Variations
Color information
#B39094 (or 0xB39094) is known color: Viola. HEX triplet: B3, 90 and 94. RGB value is (179,144,148). Sum of RGB (Red+Green+Blue) = 179+144+148=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B39094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39094 is #4C6F6B. Grayscale: #9A9A9A. Windows color (decimal): -5009260 or 9736371. OLE color: 9736371.
HSL color Cylindrical-coordinate representation of color #B39094: hue angle of 353.14º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B39094 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 148 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.30 |
| HSL | 353.14º | 0.19% | 0.63% | - |
| HSV(B) | 353.14º | 0.2% | 0.7% | - |
| XYZ | 33.91 | 31.67 | 32.34 | - |
| YUV | 154.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 148 | 0 | 0.20 | 0.17 | 0.30 | 353.14 | 0.19 | 0.63 |
| Hex | B3 | 90 | 94 | 0 | 14 | 11 | 1E | 161 | 13 | 3F |
| Octal | 263 | 220 | 224 | 0 | 24 | 21 | 36 | 541 | 23 | 77 |
| Binary | 10110011 | 10010000 | 10010100 | 0 | 10100 | 10001 | 11110 | 101100001 | 10011 | 111111 |
Color Harmonies of #B39094
Complementary color
Monochromatic Colors of #B39094
Black with #B39094
Text Example
Text Example
White with #B39094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39094; }
p { color: rgb(179,144,148); }
H1.HeaderClassName
{
color: #B39094;
}
.AnyTagClassName
{
color: #B39094;
}
</style>
background-color css
<style>
a { background-color: #B39094; }
a { background-color: rgb(179,144,148); }
div.DivClassName
{
background-color: #B39094;
}
.BgClassName
{
background-color: #B39094;
}
</style>
border-color css
<style>
span { border-color: #B39094; }
span { border-color: rgb(179,144,148); }
td.TdClassName
{
border-color: #B39094;
}
.TagClassName
{
border-color: #B39094;
}
</style>