Shades of Viola #B3989D
Tints of Viola #B3989D
RGB
CMYK
RGB Variations
Color information
#B3989D (or 0xB3989D) is known color: Viola. HEX triplet: B3, 98 and 9D. RGB value is (179,152,157). Sum of RGB (Red+Green+Blue) = 179+152+157=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B3989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3989D is #4C6762. Grayscale: #A0A0A0. Windows color (decimal): -5007203 or 10328243. OLE color: 10328243.
HSL color Cylindrical-coordinate representation of color #B3989D: hue angle of 348.89º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3989D is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 152 | 157 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.30 |
| HSL | 348.89º | 0.15% | 0.65% | - |
| HSV(B) | 348.89º | 0.15% | 0.7% | - |
| XYZ | 35.9 | 34.47 | 36.66 | - |
| YUV | 160.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 157 | 0 | 0.15 | 0.12 | 0.30 | 348.89 | 0.15 | 0.65 |
| Hex | B3 | 98 | 9D | 0 | F | C | 1E | 15D | F | 41 |
| Octal | 263 | 230 | 235 | 0 | 17 | 14 | 36 | 535 | 17 | 101 |
| Binary | 10110011 | 10011000 | 10011101 | 0 | 1111 | 1100 | 11110 | 101011101 | 1111 | 1000001 |
Color Harmonies of #B3989D
Complementary color
Monochromatic Colors of #B3989D
Black with #B3989D
Text Example
Text Example
White with #B3989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3989D; }
p { color: rgb(179,152,157); }
H1.HeaderClassName
{
color: #B3989D;
}
.AnyTagClassName
{
color: #B3989D;
}
</style>
background-color css
<style>
a { background-color: #B3989D; }
a { background-color: rgb(179,152,157); }
div.DivClassName
{
background-color: #B3989D;
}
.BgClassName
{
background-color: #B3989D;
}
</style>
border-color css
<style>
span { border-color: #B3989D; }
span { border-color: rgb(179,152,157); }
td.TdClassName
{
border-color: #B3989D;
}
.TagClassName
{
border-color: #B3989D;
}
</style>