Shades of Viola #B9969D
Tints of Viola #B9969D
RGB
CMYK
RGB Variations
Color information
#B9969D (or 0xB9969D) is known color: Viola. HEX triplet: B9, 96 and 9D. RGB value is (185,150,157). Sum of RGB (Red+Green+Blue) = 185+150+157=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B9969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9969D is #466962. Grayscale: #A1A1A1. Windows color (decimal): -4614499 or 10327737. OLE color: 10327737.
HSL color Cylindrical-coordinate representation of color #B9969D: hue angle of 348º 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 #B9969D is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 157 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.27 |
| HSL | 348º | 0.2% | 0.66% | - |
| HSV(B) | 348º | 0.19% | 0.73% | - |
| XYZ | 37 | 34.56 | 36.62 | - |
| YUV | 161.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 157 | 0 | 0.19 | 0.15 | 0.27 | 348 | 0.2 | 0.66 |
| Hex | B9 | 96 | 9D | 0 | 13 | F | 1B | 15C | 14 | 42 |
| Octal | 271 | 226 | 235 | 0 | 23 | 17 | 33 | 534 | 24 | 102 |
| Binary | 10111001 | 10010110 | 10011101 | 0 | 10011 | 1111 | 11011 | 101011100 | 10100 | 1000010 |
Color Harmonies of #B9969D
Complementary color
Monochromatic Colors of #B9969D
Black with #B9969D
Text Example
Text Example
White with #B9969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9969D; }
p { color: rgb(185,150,157); }
H1.HeaderClassName
{
color: #B9969D;
}
.AnyTagClassName
{
color: #B9969D;
}
</style>
background-color css
<style>
a { background-color: #B9969D; }
a { background-color: rgb(185,150,157); }
div.DivClassName
{
background-color: #B9969D;
}
.BgClassName
{
background-color: #B9969D;
}
</style>
border-color css
<style>
span { border-color: #B9969D; }
span { border-color: rgb(185,150,157); }
td.TdClassName
{
border-color: #B9969D;
}
.TagClassName
{
border-color: #B9969D;
}
</style>