Shades of Viola #B8929D
Tints of Viola #B8929D
RGB
CMYK
RGB Variations
Color information
#B8929D (or 0xB8929D) is known color: Viola. HEX triplet: B8, 92 and 9D. RGB value is (184,146,157). Sum of RGB (Red+Green+Blue) = 184+146+157=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B8929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8929D is #476D62. Grayscale: #9E9E9E. Windows color (decimal): -4681059 or 10326712. OLE color: 10326712.
HSL color Cylindrical-coordinate representation of color #B8929D: hue angle of 342.63º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8929D is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 157 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.28 |
| HSL | 342.63º | 0.21% | 0.65% | - |
| HSV(B) | 342.63º | 0.21% | 0.72% | - |
| XYZ | 36.13 | 33.18 | 36.4 | - |
| YUV | 158.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 157 | 0 | 0.21 | 0.15 | 0.28 | 342.63 | 0.21 | 0.65 |
| Hex | B8 | 92 | 9D | 0 | 15 | F | 1C | 157 | 15 | 41 |
| Octal | 270 | 222 | 235 | 0 | 25 | 17 | 34 | 527 | 25 | 101 |
| Binary | 10111000 | 10010010 | 10011101 | 0 | 10101 | 1111 | 11100 | 101010111 | 10101 | 1000001 |
Color Harmonies of #B8929D
Complementary color
Monochromatic Colors of #B8929D
Black with #B8929D
Text Example
Text Example
White with #B8929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8929D; }
p { color: rgb(184,146,157); }
H1.HeaderClassName
{
color: #B8929D;
}
.AnyTagClassName
{
color: #B8929D;
}
</style>
background-color css
<style>
a { background-color: #B8929D; }
a { background-color: rgb(184,146,157); }
div.DivClassName
{
background-color: #B8929D;
}
.BgClassName
{
background-color: #B8929D;
}
</style>
border-color css
<style>
span { border-color: #B8929D; }
span { border-color: rgb(184,146,157); }
td.TdClassName
{
border-color: #B8929D;
}
.TagClassName
{
border-color: #B8929D;
}
</style>