Shades of Viola #B08A90
Tints of Viola #B08A90
RGB
CMYK
RGB Variations
Color information
#B08A90 (or 0xB08A90) is known color: Viola. HEX triplet: B0, 8A and 90. RGB value is (176,138,144). Sum of RGB (Red+Green+Blue) = 176+138+144=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08A90 is #4F756F. Grayscale: #969696. Windows color (decimal): -5207408 or 9472688. OLE color: 9472688.
HSL color Cylindrical-coordinate representation of color #B08A90: hue angle of 350.53º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B08A90 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 144 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.31 |
| HSL | 350.53º | 0.19% | 0.62% | - |
| HSV(B) | 350.53º | 0.22% | 0.69% | - |
| XYZ | 32.03 | 29.42 | 30.38 | - |
| YUV | 150.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 144 | 0 | 0.22 | 0.18 | 0.31 | 350.53 | 0.19 | 0.62 |
| Hex | B0 | 8A | 90 | 0 | 16 | 12 | 1F | 15F | 13 | 3E |
| Octal | 260 | 212 | 220 | 0 | 26 | 22 | 37 | 537 | 23 | 76 |
| Binary | 10110000 | 10001010 | 10010000 | 0 | 10110 | 10010 | 11111 | 101011111 | 10011 | 111110 |
Color Harmonies of #B08A90
Complementary color
Monochromatic Colors of #B08A90
Black with #B08A90
Text Example
Text Example
White with #B08A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A90; }
p { color: rgb(176,138,144); }
H1.HeaderClassName
{
color: #B08A90;
}
.AnyTagClassName
{
color: #B08A90;
}
</style>
background-color css
<style>
a { background-color: #B08A90; }
a { background-color: rgb(176,138,144); }
div.DivClassName
{
background-color: #B08A90;
}
.BgClassName
{
background-color: #B08A90;
}
</style>
border-color css
<style>
span { border-color: #B08A90; }
span { border-color: rgb(176,138,144); }
td.TdClassName
{
border-color: #B08A90;
}
.TagClassName
{
border-color: #B08A90;
}
</style>