Shades of Viola #B9909B
Tints of Viola #B9909B
RGB
CMYK
RGB Variations
Color information
#B9909B (or 0xB9909B) is known color: Viola. HEX triplet: B9, 90 and 9B. RGB value is (185,144,155). Sum of RGB (Red+Green+Blue) = 185+144+155=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B9909B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9909B is #466F64. Grayscale: #9D9D9D. Windows color (decimal): -4616037 or 10195129. OLE color: 10195129.
HSL color Cylindrical-coordinate representation of color #B9909B: hue angle of 343.9º degrees, saturation: 0.23, 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 #B9909B is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 155 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.27 |
| HSL | 343.9º | 0.23% | 0.65% | - |
| HSV(B) | 343.9º | 0.22% | 0.73% | - |
| XYZ | 35.9 | 32.63 | 35.42 | - |
| YUV | 157.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 155 | 0 | 0.22 | 0.16 | 0.27 | 343.9 | 0.23 | 0.65 |
| Hex | B9 | 90 | 9B | 0 | 16 | 10 | 1B | 158 | 17 | 41 |
| Octal | 271 | 220 | 233 | 0 | 26 | 20 | 33 | 530 | 27 | 101 |
| Binary | 10111001 | 10010000 | 10011011 | 0 | 10110 | 10000 | 11011 | 101011000 | 10111 | 1000001 |
Color Harmonies of #B9909B
Complementary color
Monochromatic Colors of #B9909B
Black with #B9909B
Text Example
Text Example
White with #B9909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9909B; }
p { color: rgb(185,144,155); }
H1.HeaderClassName
{
color: #B9909B;
}
.AnyTagClassName
{
color: #B9909B;
}
</style>
background-color css
<style>
a { background-color: #B9909B; }
a { background-color: rgb(185,144,155); }
div.DivClassName
{
background-color: #B9909B;
}
.BgClassName
{
background-color: #B9909B;
}
</style>
border-color css
<style>
span { border-color: #B9909B; }
span { border-color: rgb(185,144,155); }
td.TdClassName
{
border-color: #B9909B;
}
.TagClassName
{
border-color: #B9909B;
}
</style>