Shades of Viola #B9909E
Tints of Viola #B9909E
RGB
CMYK
RGB Variations
Color information
#B9909E (or 0xB9909E) is known color: Viola. HEX triplet: B9, 90 and 9E. RGB value is (185,144,158). Sum of RGB (Red+Green+Blue) = 185+144+158=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B9909E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9909E is #466F61. Grayscale: #9D9D9D. Windows color (decimal): -4616034 or 10391737. OLE color: 10391737.
HSL color Cylindrical-coordinate representation of color #B9909E: hue angle of 339.51º 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 #B9909E is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 158 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.27 |
| HSL | 339.51º | 0.23% | 0.65% | - |
| HSV(B) | 339.51º | 0.22% | 0.73% | - |
| XYZ | 36.15 | 32.73 | 36.76 | - |
| YUV | 157.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 158 | 0 | 0.22 | 0.15 | 0.27 | 339.51 | 0.23 | 0.65 |
| Hex | B9 | 90 | 9E | 0 | 16 | F | 1B | 154 | 17 | 41 |
| Octal | 271 | 220 | 236 | 0 | 26 | 17 | 33 | 524 | 27 | 101 |
| Binary | 10111001 | 10010000 | 10011110 | 0 | 10110 | 1111 | 11011 | 101010100 | 10111 | 1000001 |
Color Harmonies of #B9909E
Complementary color
Monochromatic Colors of #B9909E
Black with #B9909E
Text Example
Text Example
White with #B9909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9909E; }
p { color: rgb(185,144,158); }
H1.HeaderClassName
{
color: #B9909E;
}
.AnyTagClassName
{
color: #B9909E;
}
</style>
background-color css
<style>
a { background-color: #B9909E; }
a { background-color: rgb(185,144,158); }
div.DivClassName
{
background-color: #B9909E;
}
.BgClassName
{
background-color: #B9909E;
}
</style>
border-color css
<style>
span { border-color: #B9909E; }
span { border-color: rgb(185,144,158); }
td.TdClassName
{
border-color: #B9909E;
}
.TagClassName
{
border-color: #B9909E;
}
</style>