Shades of Viola #B9969C
Tints of Viola #B9969C
RGB
CMYK
RGB Variations
Color information
#B9969C (or 0xB9969C) is known color: Viola. HEX triplet: B9, 96 and 9C. RGB value is (185,150,156). Sum of RGB (Red+Green+Blue) = 185+150+156=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9969C is #466963. Grayscale: #A1A1A1. Windows color (decimal): -4614500 or 10262201. OLE color: 10262201.
HSL color Cylindrical-coordinate representation of color #B9969C: hue angle of 349.71º 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 #B9969C is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 156 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.27 |
| HSL | 349.71º | 0.2% | 0.66% | - |
| HSV(B) | 349.71º | 0.19% | 0.73% | - |
| XYZ | 36.91 | 34.53 | 36.17 | - |
| YUV | 161.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 156 | 0 | 0.19 | 0.16 | 0.27 | 349.71 | 0.2 | 0.66 |
| Hex | B9 | 96 | 9C | 0 | 13 | 10 | 1B | 15E | 14 | 42 |
| Octal | 271 | 226 | 234 | 0 | 23 | 20 | 33 | 536 | 24 | 102 |
| Binary | 10111001 | 10010110 | 10011100 | 0 | 10011 | 10000 | 11011 | 101011110 | 10100 | 1000010 |
Color Harmonies of #B9969C
Complementary color
Monochromatic Colors of #B9969C
Black with #B9969C
Text Example
Text Example
White with #B9969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9969C; }
p { color: rgb(185,150,156); }
H1.HeaderClassName
{
color: #B9969C;
}
.AnyTagClassName
{
color: #B9969C;
}
</style>
background-color css
<style>
a { background-color: #B9969C; }
a { background-color: rgb(185,150,156); }
div.DivClassName
{
background-color: #B9969C;
}
.BgClassName
{
background-color: #B9969C;
}
</style>
border-color css
<style>
span { border-color: #B9969C; }
span { border-color: rgb(185,150,156); }
td.TdClassName
{
border-color: #B9969C;
}
.TagClassName
{
border-color: #B9969C;
}
</style>