Shades of Viola #B9919C
Tints of Viola #B9919C
RGB
CMYK
RGB Variations
Color information
#B9919C (or 0xB9919C) is known color: Viola. HEX triplet: B9, 91 and 9C. RGB value is (185,145,156). Sum of RGB (Red+Green+Blue) = 185+145+156=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B9919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9919C is #466E63. Grayscale: #9E9E9E. Windows color (decimal): -4615780 or 10260921. OLE color: 10260921.
HSL color Cylindrical-coordinate representation of color #B9919C: hue angle of 343.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9919C is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 156 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.27 |
| HSL | 343.5º | 0.22% | 0.65% | - |
| HSV(B) | 343.5º | 0.22% | 0.73% | - |
| XYZ | 36.13 | 32.97 | 35.91 | - |
| YUV | 158.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 156 | 0 | 0.22 | 0.16 | 0.27 | 343.5 | 0.22 | 0.65 |
| Hex | B9 | 91 | 9C | 0 | 16 | 10 | 1B | 158 | 16 | 41 |
| Octal | 271 | 221 | 234 | 0 | 26 | 20 | 33 | 530 | 26 | 101 |
| Binary | 10111001 | 10010001 | 10011100 | 0 | 10110 | 10000 | 11011 | 101011000 | 10110 | 1000001 |
Color Harmonies of #B9919C
Complementary color
Monochromatic Colors of #B9919C
Black with #B9919C
Text Example
Text Example
White with #B9919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9919C; }
p { color: rgb(185,145,156); }
H1.HeaderClassName
{
color: #B9919C;
}
.AnyTagClassName
{
color: #B9919C;
}
</style>
background-color css
<style>
a { background-color: #B9919C; }
a { background-color: rgb(185,145,156); }
div.DivClassName
{
background-color: #B9919C;
}
.BgClassName
{
background-color: #B9919C;
}
</style>
border-color css
<style>
span { border-color: #B9919C; }
span { border-color: rgb(185,145,156); }
td.TdClassName
{
border-color: #B9919C;
}
.TagClassName
{
border-color: #B9919C;
}
</style>