Shades of Viola #B5939A
Tints of Viola #B5939A
RGB
CMYK
RGB Variations
Color information
#B5939A (or 0xB5939A) is known color: Viola. HEX triplet: B5, 93 and 9A. RGB value is (181,147,154). Sum of RGB (Red+Green+Blue) = 181+147+154=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B5939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5939A is #4A6C65. Grayscale: #9D9D9D. Windows color (decimal): -4877414 or 10130357. OLE color: 10130357.
HSL color Cylindrical-coordinate representation of color #B5939A: hue angle of 347.65º 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 #B5939A is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 154 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.29 |
| HSL | 347.65º | 0.19% | 0.64% | - |
| HSV(B) | 347.65º | 0.19% | 0.71% | - |
| XYZ | 35.32 | 33.02 | 35.08 | - |
| YUV | 157.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 154 | 0 | 0.19 | 0.15 | 0.29 | 347.65 | 0.19 | 0.64 |
| Hex | B5 | 93 | 9A | 0 | 13 | F | 1D | 15C | 13 | 40 |
| Octal | 265 | 223 | 232 | 0 | 23 | 17 | 35 | 534 | 23 | 100 |
| Binary | 10110101 | 10010011 | 10011010 | 0 | 10011 | 1111 | 11101 | 101011100 | 10011 | 1000000 |
Color Harmonies of #B5939A
Complementary color
Monochromatic Colors of #B5939A
Black with #B5939A
Text Example
Text Example
White with #B5939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5939A; }
p { color: rgb(181,147,154); }
H1.HeaderClassName
{
color: #B5939A;
}
.AnyTagClassName
{
color: #B5939A;
}
</style>
background-color css
<style>
a { background-color: #B5939A; }
a { background-color: rgb(181,147,154); }
div.DivClassName
{
background-color: #B5939A;
}
.BgClassName
{
background-color: #B5939A;
}
</style>
border-color css
<style>
span { border-color: #B5939A; }
span { border-color: rgb(181,147,154); }
td.TdClassName
{
border-color: #B5939A;
}
.TagClassName
{
border-color: #B5939A;
}
</style>