Shades of Viola #B39098
Tints of Viola #B39098
RGB
CMYK
RGB Variations
Color information
#B39098 (or 0xB39098) is known color: Viola. HEX triplet: B3, 90 and 98. RGB value is (179,144,152). Sum of RGB (Red+Green+Blue) = 179+144+152=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B39098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39098 is #4C6F67. Grayscale: #9B9B9B. Windows color (decimal): -5009256 or 9998515. OLE color: 9998515.
HSL color Cylindrical-coordinate representation of color #B39098: hue angle of 346.29º 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 #B39098 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 152 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.30 |
| HSL | 346.29º | 0.19% | 0.63% | - |
| HSV(B) | 346.29º | 0.2% | 0.7% | - |
| XYZ | 34.23 | 31.8 | 34.04 | - |
| YUV | 155.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 152 | 0 | 0.20 | 0.15 | 0.30 | 346.29 | 0.19 | 0.63 |
| Hex | B3 | 90 | 98 | 0 | 14 | F | 1E | 15A | 13 | 3F |
| Octal | 263 | 220 | 230 | 0 | 24 | 17 | 36 | 532 | 23 | 77 |
| Binary | 10110011 | 10010000 | 10011000 | 0 | 10100 | 1111 | 11110 | 101011010 | 10011 | 111111 |
Color Harmonies of #B39098
Complementary color
Monochromatic Colors of #B39098
Black with #B39098
Text Example
Text Example
White with #B39098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39098; }
p { color: rgb(179,144,152); }
H1.HeaderClassName
{
color: #B39098;
}
.AnyTagClassName
{
color: #B39098;
}
</style>
background-color css
<style>
a { background-color: #B39098; }
a { background-color: rgb(179,144,152); }
div.DivClassName
{
background-color: #B39098;
}
.BgClassName
{
background-color: #B39098;
}
</style>
border-color css
<style>
span { border-color: #B39098; }
span { border-color: rgb(179,144,152); }
td.TdClassName
{
border-color: #B39098;
}
.TagClassName
{
border-color: #B39098;
}
</style>