Shades of Viola #B39095
Tints of Viola #B39095
RGB
CMYK
RGB Variations
Color information
#B39095 (or 0xB39095) is known color: Viola. HEX triplet: B3, 90 and 95. RGB value is (179,144,149). Sum of RGB (Red+Green+Blue) = 179+144+149=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B39095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39095 is #4C6F6A. Grayscale: #9B9B9B. Windows color (decimal): -5009259 or 9801907. OLE color: 9801907.
HSL color Cylindrical-coordinate representation of color #B39095: hue angle of 351.43º 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 #B39095 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 149 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.30 |
| HSL | 351.43º | 0.19% | 0.63% | - |
| HSV(B) | 351.43º | 0.2% | 0.7% | - |
| XYZ | 33.99 | 31.7 | 32.76 | - |
| YUV | 155.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 149 | 0 | 0.20 | 0.17 | 0.30 | 351.43 | 0.19 | 0.63 |
| Hex | B3 | 90 | 95 | 0 | 14 | 11 | 1E | 15F | 13 | 3F |
| Octal | 263 | 220 | 225 | 0 | 24 | 21 | 36 | 537 | 23 | 77 |
| Binary | 10110011 | 10010000 | 10010101 | 0 | 10100 | 10001 | 11110 | 101011111 | 10011 | 111111 |
Color Harmonies of #B39095
Complementary color
Monochromatic Colors of #B39095
Black with #B39095
Text Example
Text Example
White with #B39095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39095; }
p { color: rgb(179,144,149); }
H1.HeaderClassName
{
color: #B39095;
}
.AnyTagClassName
{
color: #B39095;
}
</style>
background-color css
<style>
a { background-color: #B39095; }
a { background-color: rgb(179,144,149); }
div.DivClassName
{
background-color: #B39095;
}
.BgClassName
{
background-color: #B39095;
}
</style>
border-color css
<style>
span { border-color: #B39095; }
span { border-color: rgb(179,144,149); }
td.TdClassName
{
border-color: #B39095;
}
.TagClassName
{
border-color: #B39095;
}
</style>