Shades of Viola #B8939F
Tints of Viola #B8939F
RGB
CMYK
RGB Variations
Color information
#B8939F (or 0xB8939F) is known color: Viola. HEX triplet: B8, 93 and 9F. RGB value is (184,147,159). Sum of RGB (Red+Green+Blue) = 184+147+159=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8939F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8939F is #476C60. Grayscale: #9F9F9F. Windows color (decimal): -4680801 or 10458040. OLE color: 10458040.
HSL color Cylindrical-coordinate representation of color #B8939F: hue angle of 340.54º 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 #B8939F is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 159 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.28 |
| HSL | 340.54º | 0.21% | 0.65% | - |
| HSV(B) | 340.54º | 0.2% | 0.72% | - |
| XYZ | 36.46 | 33.56 | 37.36 | - |
| YUV | 159.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 159 | 0 | 0.20 | 0.14 | 0.28 | 340.54 | 0.21 | 0.65 |
| Hex | B8 | 93 | 9F | 0 | 14 | E | 1C | 155 | 15 | 41 |
| Octal | 270 | 223 | 237 | 0 | 24 | 16 | 34 | 525 | 25 | 101 |
| Binary | 10111000 | 10010011 | 10011111 | 0 | 10100 | 1110 | 11100 | 101010101 | 10101 | 1000001 |
Color Harmonies of #B8939F
Complementary color
Monochromatic Colors of #B8939F
Black with #B8939F
Text Example
Text Example
White with #B8939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8939F; }
p { color: rgb(184,147,159); }
H1.HeaderClassName
{
color: #B8939F;
}
.AnyTagClassName
{
color: #B8939F;
}
</style>
background-color css
<style>
a { background-color: #B8939F; }
a { background-color: rgb(184,147,159); }
div.DivClassName
{
background-color: #B8939F;
}
.BgClassName
{
background-color: #B8939F;
}
</style>
border-color css
<style>
span { border-color: #B8939F; }
span { border-color: rgb(184,147,159); }
td.TdClassName
{
border-color: #B8939F;
}
.TagClassName
{
border-color: #B8939F;
}
</style>