Shades of Viola #B4939A
Tints of Viola #B4939A
RGB
CMYK
RGB Variations
Color information
#B4939A (or 0xB4939A) is known color: Viola. HEX triplet: B4, 93 and 9A. RGB value is (180,147,154). Sum of RGB (Red+Green+Blue) = 180+147+154=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B4939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4939A is #4B6C65. Grayscale: #9D9D9D. Windows color (decimal): -4942950 or 10130356. OLE color: 10130356.
HSL color Cylindrical-coordinate representation of color #B4939A: hue angle of 347.27º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4939A is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 154 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.29 |
| HSL | 347.27º | 0.18% | 0.64% | - |
| HSV(B) | 347.27º | 0.18% | 0.71% | - |
| XYZ | 35.09 | 32.9 | 35.07 | - |
| YUV | 157.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 154 | 0 | 0.18 | 0.14 | 0.29 | 347.27 | 0.18 | 0.64 |
| Hex | B4 | 93 | 9A | 0 | 12 | E | 1D | 15B | 12 | 40 |
| Octal | 264 | 223 | 232 | 0 | 22 | 16 | 35 | 533 | 22 | 100 |
| Binary | 10110100 | 10010011 | 10011010 | 0 | 10010 | 1110 | 11101 | 101011011 | 10010 | 1000000 |
Color Harmonies of #B4939A
Complementary color
Monochromatic Colors of #B4939A
Black with #B4939A
Text Example
Text Example
White with #B4939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4939A; }
p { color: rgb(180,147,154); }
H1.HeaderClassName
{
color: #B4939A;
}
.AnyTagClassName
{
color: #B4939A;
}
</style>
background-color css
<style>
a { background-color: #B4939A; }
a { background-color: rgb(180,147,154); }
div.DivClassName
{
background-color: #B4939A;
}
.BgClassName
{
background-color: #B4939A;
}
</style>
border-color css
<style>
span { border-color: #B4939A; }
span { border-color: rgb(180,147,154); }
td.TdClassName
{
border-color: #B4939A;
}
.TagClassName
{
border-color: #B4939A;
}
</style>