Shades of Viola #B9969B
Tints of Viola #B9969B
RGB
CMYK
RGB Variations
Color information
#B9969B (or 0xB9969B) is known color: Viola. HEX triplet: B9, 96 and 9B. RGB value is (185,150,155). Sum of RGB (Red+Green+Blue) = 185+150+155=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B9969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9969B is #466964. Grayscale: #A1A1A1. Windows color (decimal): -4614501 or 10196665. OLE color: 10196665.
HSL color Cylindrical-coordinate representation of color #B9969B: hue angle of 351.43º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9969B is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 155 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.27 |
| HSL | 351.43º | 0.2% | 0.66% | - |
| HSV(B) | 351.43º | 0.19% | 0.73% | - |
| XYZ | 36.83 | 34.49 | 35.73 | - |
| YUV | 161.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 155 | 0 | 0.19 | 0.16 | 0.27 | 351.43 | 0.2 | 0.66 |
| Hex | B9 | 96 | 9B | 0 | 13 | 10 | 1B | 15F | 14 | 42 |
| Octal | 271 | 226 | 233 | 0 | 23 | 20 | 33 | 537 | 24 | 102 |
| Binary | 10111001 | 10010110 | 10011011 | 0 | 10011 | 10000 | 11011 | 101011111 | 10100 | 1000010 |
Color Harmonies of #B9969B
Complementary color
Monochromatic Colors of #B9969B
Black with #B9969B
Text Example
Text Example
White with #B9969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9969B; }
p { color: rgb(185,150,155); }
H1.HeaderClassName
{
color: #B9969B;
}
.AnyTagClassName
{
color: #B9969B;
}
</style>
background-color css
<style>
a { background-color: #B9969B; }
a { background-color: rgb(185,150,155); }
div.DivClassName
{
background-color: #B9969B;
}
.BgClassName
{
background-color: #B9969B;
}
</style>
border-color css
<style>
span { border-color: #B9969B; }
span { border-color: rgb(185,150,155); }
td.TdClassName
{
border-color: #B9969B;
}
.TagClassName
{
border-color: #B9969B;
}
</style>