Shades of Viola #B8939A
Tints of Viola #B8939A
RGB
CMYK
RGB Variations
Color information
#B8939A (or 0xB8939A) is known color: Viola. HEX triplet: B8, 93 and 9A. RGB value is (184,147,154). Sum of RGB (Red+Green+Blue) = 184+147+154=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B8939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8939A is #476C65. Grayscale: #9E9E9E. Windows color (decimal): -4680806 or 10130360. OLE color: 10130360.
HSL color Cylindrical-coordinate representation of color #B8939A: hue angle of 348.65º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8939A is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 154 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.28 |
| HSL | 348.65º | 0.21% | 0.65% | - |
| HSV(B) | 348.65º | 0.2% | 0.72% | - |
| XYZ | 36.03 | 33.39 | 35.12 | - |
| YUV | 158.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 154 | 0 | 0.20 | 0.16 | 0.28 | 348.65 | 0.21 | 0.65 |
| Hex | B8 | 93 | 9A | 0 | 14 | 10 | 1C | 15D | 15 | 41 |
| Octal | 270 | 223 | 232 | 0 | 24 | 20 | 34 | 535 | 25 | 101 |
| Binary | 10111000 | 10010011 | 10011010 | 0 | 10100 | 10000 | 11100 | 101011101 | 10101 | 1000001 |
Color Harmonies of #B8939A
Complementary color
Monochromatic Colors of #B8939A
Black with #B8939A
Text Example
Text Example
White with #B8939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8939A; }
p { color: rgb(184,147,154); }
H1.HeaderClassName
{
color: #B8939A;
}
.AnyTagClassName
{
color: #B8939A;
}
</style>
background-color css
<style>
a { background-color: #B8939A; }
a { background-color: rgb(184,147,154); }
div.DivClassName
{
background-color: #B8939A;
}
.BgClassName
{
background-color: #B8939A;
}
</style>
border-color css
<style>
span { border-color: #B8939A; }
span { border-color: rgb(184,147,154); }
td.TdClassName
{
border-color: #B8939A;
}
.TagClassName
{
border-color: #B8939A;
}
</style>