Shades of Viola #B8909D
Tints of Viola #B8909D
RGB
CMYK
RGB Variations
Color information
#B8909D (or 0xB8909D) is known color: Viola. HEX triplet: B8, 90 and 9D. RGB value is (184,144,157). Sum of RGB (Red+Green+Blue) = 184+144+157=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B8909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8909D is #476F62. Grayscale: #9D9D9D. Windows color (decimal): -4681571 or 10326200. OLE color: 10326200.
HSL color Cylindrical-coordinate representation of color #B8909D: hue angle of 340.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8909D is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 157 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.28 |
| HSL | 340.5º | 0.22% | 0.64% | - |
| HSV(B) | 340.5º | 0.22% | 0.72% | - |
| XYZ | 35.83 | 32.57 | 36.3 | - |
| YUV | 157.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 157 | 0 | 0.22 | 0.15 | 0.28 | 340.5 | 0.22 | 0.64 |
| Hex | B8 | 90 | 9D | 0 | 16 | F | 1C | 154 | 16 | 40 |
| Octal | 270 | 220 | 235 | 0 | 26 | 17 | 34 | 524 | 26 | 100 |
| Binary | 10111000 | 10010000 | 10011101 | 0 | 10110 | 1111 | 11100 | 101010100 | 10110 | 1000000 |
Color Harmonies of #B8909D
Complementary color
Monochromatic Colors of #B8909D
Black with #B8909D
Text Example
Text Example
White with #B8909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8909D; }
p { color: rgb(184,144,157); }
H1.HeaderClassName
{
color: #B8909D;
}
.AnyTagClassName
{
color: #B8909D;
}
</style>
background-color css
<style>
a { background-color: #B8909D; }
a { background-color: rgb(184,144,157); }
div.DivClassName
{
background-color: #B8909D;
}
.BgClassName
{
background-color: #B8909D;
}
</style>
border-color css
<style>
span { border-color: #B8909D; }
span { border-color: rgb(184,144,157); }
td.TdClassName
{
border-color: #B8909D;
}
.TagClassName
{
border-color: #B8909D;
}
</style>