Shades of Viola #B98C9C
Tints of Viola #B98C9C
RGB
CMYK
RGB Variations
Color information
#B98C9C (or 0xB98C9C) is known color: Viola. HEX triplet: B9, 8C and 9C. RGB value is (185,140,156). Sum of RGB (Red+Green+Blue) = 185+140+156=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98C9C is #467363. Grayscale: #9B9B9B. Windows color (decimal): -4617060 or 10259641. OLE color: 10259641.
HSL color Cylindrical-coordinate representation of color #B98C9C: hue angle of 338.67º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B98C9C is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 140 | 156 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.27 |
| HSL | 338.67º | 0.24% | 0.64% | - |
| HSV(B) | 338.67º | 0.24% | 0.73% | - |
| XYZ | 35.39 | 31.47 | 35.66 | - |
| YUV | 155.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 156 | 0 | 0.24 | 0.16 | 0.27 | 338.67 | 0.24 | 0.64 |
| Hex | B9 | 8C | 9C | 0 | 18 | 10 | 1B | 153 | 18 | 40 |
| Octal | 271 | 214 | 234 | 0 | 30 | 20 | 33 | 523 | 30 | 100 |
| Binary | 10111001 | 10001100 | 10011100 | 0 | 11000 | 10000 | 11011 | 101010011 | 11000 | 1000000 |
Color Harmonies of #B98C9C
Complementary color
Monochromatic Colors of #B98C9C
Black with #B98C9C
Text Example
Text Example
White with #B98C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98C9C; }
p { color: rgb(185,140,156); }
H1.HeaderClassName
{
color: #B98C9C;
}
.AnyTagClassName
{
color: #B98C9C;
}
</style>
background-color css
<style>
a { background-color: #B98C9C; }
a { background-color: rgb(185,140,156); }
div.DivClassName
{
background-color: #B98C9C;
}
.BgClassName
{
background-color: #B98C9C;
}
</style>
border-color css
<style>
span { border-color: #B98C9C; }
span { border-color: rgb(185,140,156); }
td.TdClassName
{
border-color: #B98C9C;
}
.TagClassName
{
border-color: #B98C9C;
}
</style>