Shades of Viola #B5929E
Tints of Viola #B5929E
RGB
CMYK
RGB Variations
Color information
#B5929E (or 0xB5929E) is known color: Viola. HEX triplet: B5, 92 and 9E. RGB value is (181,146,158). Sum of RGB (Red+Green+Blue) = 181+146+158=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5929E is #4A6D61. Grayscale: #9D9D9D. Windows color (decimal): -4877666 or 10392245. OLE color: 10392245.
HSL color Cylindrical-coordinate representation of color #B5929E: hue angle of 339.43º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5929E is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 158 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.29 |
| HSL | 339.43º | 0.19% | 0.64% | - |
| HSV(B) | 339.43º | 0.19% | 0.71% | - |
| XYZ | 35.51 | 32.85 | 36.82 | - |
| YUV | 157.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 158 | 0 | 0.19 | 0.13 | 0.29 | 339.43 | 0.19 | 0.64 |
| Hex | B5 | 92 | 9E | 0 | 13 | D | 1D | 153 | 13 | 40 |
| Octal | 265 | 222 | 236 | 0 | 23 | 15 | 35 | 523 | 23 | 100 |
| Binary | 10110101 | 10010010 | 10011110 | 0 | 10011 | 1101 | 11101 | 101010011 | 10011 | 1000000 |
Color Harmonies of #B5929E
Complementary color
Monochromatic Colors of #B5929E
Black with #B5929E
Text Example
Text Example
White with #B5929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5929E; }
p { color: rgb(181,146,158); }
H1.HeaderClassName
{
color: #B5929E;
}
.AnyTagClassName
{
color: #B5929E;
}
</style>
background-color css
<style>
a { background-color: #B5929E; }
a { background-color: rgb(181,146,158); }
div.DivClassName
{
background-color: #B5929E;
}
.BgClassName
{
background-color: #B5929E;
}
</style>
border-color css
<style>
span { border-color: #B5929E; }
span { border-color: rgb(181,146,158); }
td.TdClassName
{
border-color: #B5929E;
}
.TagClassName
{
border-color: #B5929E;
}
</style>