Shades of Viola #B08991
Tints of Viola #B08991
RGB
CMYK
RGB Variations
Color information
#B08991 (or 0xB08991) is known color: Viola. HEX triplet: B0, 89 and 91. RGB value is (176,137,145). Sum of RGB (Red+Green+Blue) = 176+137+145=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B08991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08991 is #4F766E. Grayscale: #959595. Windows color (decimal): -5207663 or 9537968. OLE color: 9537968.
HSL color Cylindrical-coordinate representation of color #B08991: hue angle of 347.69º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B08991 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 145 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.31 |
| HSL | 347.69º | 0.2% | 0.61% | - |
| HSV(B) | 347.69º | 0.22% | 0.69% | - |
| XYZ | 31.96 | 29.17 | 30.73 | - |
| YUV | 149.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 145 | 0 | 0.22 | 0.18 | 0.31 | 347.69 | 0.2 | 0.61 |
| Hex | B0 | 89 | 91 | 0 | 16 | 12 | 1F | 15C | 14 | 3D |
| Octal | 260 | 211 | 221 | 0 | 26 | 22 | 37 | 534 | 24 | 75 |
| Binary | 10110000 | 10001001 | 10010001 | 0 | 10110 | 10010 | 11111 | 101011100 | 10100 | 111101 |
Color Harmonies of #B08991
Complementary color
Monochromatic Colors of #B08991
Black with #B08991
Text Example
Text Example
White with #B08991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08991; }
p { color: rgb(176,137,145); }
H1.HeaderClassName
{
color: #B08991;
}
.AnyTagClassName
{
color: #B08991;
}
</style>
background-color css
<style>
a { background-color: #B08991; }
a { background-color: rgb(176,137,145); }
div.DivClassName
{
background-color: #B08991;
}
.BgClassName
{
background-color: #B08991;
}
</style>
border-color css
<style>
span { border-color: #B08991; }
span { border-color: rgb(176,137,145); }
td.TdClassName
{
border-color: #B08991;
}
.TagClassName
{
border-color: #B08991;
}
</style>