Shades of Viola #B8959B
Tints of Viola #B8959B
RGB
CMYK
RGB Variations
Color information
#B8959B (or 0xB8959B) is known color: Viola. HEX triplet: B8, 95 and 9B. RGB value is (184,149,155). Sum of RGB (Red+Green+Blue) = 184+149+155=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8959B is #476A64. Grayscale: #A0A0A0. Windows color (decimal): -4680293 or 10196408. OLE color: 10196408.
HSL color Cylindrical-coordinate representation of color #B8959B: hue angle of 349.71º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8959B is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 155 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.28 |
| HSL | 349.71º | 0.2% | 0.65% | - |
| HSV(B) | 349.71º | 0.19% | 0.72% | - |
| XYZ | 36.43 | 34.05 | 35.66 | - |
| YUV | 160.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 155 | 0 | 0.19 | 0.16 | 0.28 | 349.71 | 0.2 | 0.65 |
| Hex | B8 | 95 | 9B | 0 | 13 | 10 | 1C | 15E | 14 | 41 |
| Octal | 270 | 225 | 233 | 0 | 23 | 20 | 34 | 536 | 24 | 101 |
| Binary | 10111000 | 10010101 | 10011011 | 0 | 10011 | 10000 | 11100 | 101011110 | 10100 | 1000001 |
Color Harmonies of #B8959B
Complementary color
Monochromatic Colors of #B8959B
Black with #B8959B
Text Example
Text Example
White with #B8959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8959B; }
p { color: rgb(184,149,155); }
H1.HeaderClassName
{
color: #B8959B;
}
.AnyTagClassName
{
color: #B8959B;
}
</style>
background-color css
<style>
a { background-color: #B8959B; }
a { background-color: rgb(184,149,155); }
div.DivClassName
{
background-color: #B8959B;
}
.BgClassName
{
background-color: #B8959B;
}
</style>
border-color css
<style>
span { border-color: #B8959B; }
span { border-color: rgb(184,149,155); }
td.TdClassName
{
border-color: #B8959B;
}
.TagClassName
{
border-color: #B8959B;
}
</style>