Shades of Viola #B59397
Tints of Viola #B59397
RGB
CMYK
RGB Variations
Color information
#B59397 (or 0xB59397) is known color: Viola. HEX triplet: B5, 93 and 97. RGB value is (181,147,151). Sum of RGB (Red+Green+Blue) = 181+147+151=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B59397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59397 is #4A6C68. Grayscale: #9D9D9D. Windows color (decimal): -4877417 or 9933749. OLE color: 9933749.
HSL color Cylindrical-coordinate representation of color #B59397: hue angle of 352.94º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59397 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 151 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.29 |
| HSL | 352.94º | 0.19% | 0.64% | - |
| HSV(B) | 352.94º | 0.19% | 0.71% | - |
| XYZ | 35.08 | 32.93 | 33.78 | - |
| YUV | 157.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 151 | 0 | 0.19 | 0.17 | 0.29 | 352.94 | 0.19 | 0.64 |
| Hex | B5 | 93 | 97 | 0 | 13 | 11 | 1D | 161 | 13 | 40 |
| Octal | 265 | 223 | 227 | 0 | 23 | 21 | 35 | 541 | 23 | 100 |
| Binary | 10110101 | 10010011 | 10010111 | 0 | 10011 | 10001 | 11101 | 101100001 | 10011 | 1000000 |
Color Harmonies of #B59397
Complementary color
Monochromatic Colors of #B59397
Black with #B59397
Text Example
Text Example
White with #B59397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59397; }
p { color: rgb(181,147,151); }
H1.HeaderClassName
{
color: #B59397;
}
.AnyTagClassName
{
color: #B59397;
}
</style>
background-color css
<style>
a { background-color: #B59397; }
a { background-color: rgb(181,147,151); }
div.DivClassName
{
background-color: #B59397;
}
.BgClassName
{
background-color: #B59397;
}
</style>
border-color css
<style>
span { border-color: #B59397; }
span { border-color: rgb(181,147,151); }
td.TdClassName
{
border-color: #B59397;
}
.TagClassName
{
border-color: #B59397;
}
</style>