Shades of Viola #B39099
Tints of Viola #B39099
RGB
CMYK
RGB Variations
Color information
#B39099 (or 0xB39099) is known color: Viola. HEX triplet: B3, 90 and 99. RGB value is (179,144,153). Sum of RGB (Red+Green+Blue) = 179+144+153=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B39099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39099 is #4C6F66. Grayscale: #9B9B9B. Windows color (decimal): -5009255 or 10064051. OLE color: 10064051.
HSL color Cylindrical-coordinate representation of color #B39099: hue angle of 344.57º 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 #B39099 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 153 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.30 |
| HSL | 344.57º | 0.19% | 0.63% | - |
| HSV(B) | 344.57º | 0.2% | 0.7% | - |
| XYZ | 34.31 | 31.83 | 34.47 | - |
| YUV | 155.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 153 | 0 | 0.20 | 0.15 | 0.30 | 344.57 | 0.19 | 0.63 |
| Hex | B3 | 90 | 99 | 0 | 14 | F | 1E | 159 | 13 | 3F |
| Octal | 263 | 220 | 231 | 0 | 24 | 17 | 36 | 531 | 23 | 77 |
| Binary | 10110011 | 10010000 | 10011001 | 0 | 10100 | 1111 | 11110 | 101011001 | 10011 | 111111 |
Color Harmonies of #B39099
Complementary color
Monochromatic Colors of #B39099
Black with #B39099
Text Example
Text Example
White with #B39099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39099; }
p { color: rgb(179,144,153); }
H1.HeaderClassName
{
color: #B39099;
}
.AnyTagClassName
{
color: #B39099;
}
</style>
background-color css
<style>
a { background-color: #B39099; }
a { background-color: rgb(179,144,153); }
div.DivClassName
{
background-color: #B39099;
}
.BgClassName
{
background-color: #B39099;
}
</style>
border-color css
<style>
span { border-color: #B39099; }
span { border-color: rgb(179,144,153); }
td.TdClassName
{
border-color: #B39099;
}
.TagClassName
{
border-color: #B39099;
}
</style>