Shades of Viola #B9849A
Tints of Viola #B9849A
RGB
CMYK
RGB Variations
Color information
#B9849A (or 0xB9849A) is known color: Viola. HEX triplet: B9, 84 and 9A. RGB value is (185,132,154). Sum of RGB (Red+Green+Blue) = 185+132+154=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9849A is #467B65. Grayscale: #969696. Windows color (decimal): -4619110 or 10126521. OLE color: 10126521.
HSL color Cylindrical-coordinate representation of color #B9849A: hue angle of 335.09º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9849A is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 154 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.27 |
| HSL | 335.09º | 0.27% | 0.62% | - |
| HSV(B) | 335.09º | 0.29% | 0.73% | - |
| XYZ | 34.09 | 29.15 | 34.4 | - |
| YUV | 150.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 154 | 0 | 0.29 | 0.17 | 0.27 | 335.09 | 0.27 | 0.62 |
| Hex | B9 | 84 | 9A | 0 | 1D | 11 | 1B | 14F | 1B | 3E |
| Octal | 271 | 204 | 232 | 0 | 35 | 21 | 33 | 517 | 33 | 76 |
| Binary | 10111001 | 10000100 | 10011010 | 0 | 11101 | 10001 | 11011 | 101001111 | 11011 | 111110 |
Color Harmonies of #B9849A
Complementary color
Monochromatic Colors of #B9849A
Black with #B9849A
Text Example
Text Example
White with #B9849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9849A; }
p { color: rgb(185,132,154); }
H1.HeaderClassName
{
color: #B9849A;
}
.AnyTagClassName
{
color: #B9849A;
}
</style>
background-color css
<style>
a { background-color: #B9849A; }
a { background-color: rgb(185,132,154); }
div.DivClassName
{
background-color: #B9849A;
}
.BgClassName
{
background-color: #B9849A;
}
</style>
border-color css
<style>
span { border-color: #B9849A; }
span { border-color: rgb(185,132,154); }
td.TdClassName
{
border-color: #B9849A;
}
.TagClassName
{
border-color: #B9849A;
}
</style>