Shades of Viola #B08A98
Tints of Viola #B08A98
RGB
CMYK
RGB Variations
Color information
#B08A98 (or 0xB08A98) is known color: Viola. HEX triplet: B0, 8A and 98. RGB value is (176,138,152). Sum of RGB (Red+Green+Blue) = 176+138+152=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08A98 is #4F7567. Grayscale: #969696. Windows color (decimal): -5207400 or 9996976. OLE color: 9996976.
HSL color Cylindrical-coordinate representation of color #B08A98: hue angle of 337.89º 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 #B08A98 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 152 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.31 |
| HSL | 337.89º | 0.19% | 0.62% | - |
| HSV(B) | 337.89º | 0.22% | 0.69% | - |
| XYZ | 32.66 | 29.67 | 33.71 | - |
| YUV | 150.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 152 | 0 | 0.22 | 0.14 | 0.31 | 337.89 | 0.19 | 0.62 |
| Hex | B0 | 8A | 98 | 0 | 16 | E | 1F | 152 | 13 | 3E |
| Octal | 260 | 212 | 230 | 0 | 26 | 16 | 37 | 522 | 23 | 76 |
| Binary | 10110000 | 10001010 | 10011000 | 0 | 10110 | 1110 | 11111 | 101010010 | 10011 | 111110 |
Color Harmonies of #B08A98
Complementary color
Monochromatic Colors of #B08A98
Black with #B08A98
Text Example
Text Example
White with #B08A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A98; }
p { color: rgb(176,138,152); }
H1.HeaderClassName
{
color: #B08A98;
}
.AnyTagClassName
{
color: #B08A98;
}
</style>
background-color css
<style>
a { background-color: #B08A98; }
a { background-color: rgb(176,138,152); }
div.DivClassName
{
background-color: #B08A98;
}
.BgClassName
{
background-color: #B08A98;
}
</style>
border-color css
<style>
span { border-color: #B08A98; }
span { border-color: rgb(176,138,152); }
td.TdClassName
{
border-color: #B08A98;
}
.TagClassName
{
border-color: #B08A98;
}
</style>