Shades of Viola #B98C92
Tints of Viola #B98C92
RGB
CMYK
RGB Variations
Color information
#B98C92 (or 0xB98C92) is known color: Viola. HEX triplet: B9, 8C and 92. RGB value is (185,140,146). Sum of RGB (Red+Green+Blue) = 185+140+146=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98C92 is #46736D. Grayscale: #9A9A9A. Windows color (decimal): -4617070 or 9604281. OLE color: 9604281.
HSL color Cylindrical-coordinate representation of color #B98C92: hue angle of 352º 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 #B98C92 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 140 | 146 | - |
CMYK | 0 | 0.24 | 0.21 | 0.27 |
HSL | 352º | 0.24% | 0.64% | - |
HSV(B) | 352º | 0.24% | 0.73% | - |
XYZ | 34.57 | 31.15 | 31.38 | - |
YUV | 154.14 | 123.41 | 150.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 140 | 146 | 0 | 0.24 | 0.21 | 0.27 | 352 | 0.24 | 0.64 |
Hex | B9 | 8C | 92 | 0 | 18 | 15 | 1B | 160 | 18 | 40 |
Octal | 271 | 214 | 222 | 0 | 30 | 25 | 33 | 540 | 30 | 100 |
Binary | 10111001 | 10001100 | 10010010 | 0 | 11000 | 10101 | 11011 | 101100000 | 11000 | 1000000 |
Color Harmonies of #B98C92
Complementary color
Monochromatic Colors of #B98C92
Black with #B98C92
Text Example
Text Example
White with #B98C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98C92; }
p { color: rgb(185,140,146); }
H1.HeaderClassName
{
color: #B98C92;
}
.AnyTagClassName
{
color: #B98C92;
}
</style>
background-color css
<style>
a { background-color: #B98C92; }
a { background-color: rgb(185,140,146); }
div.DivClassName
{
background-color: #B98C92;
}
.BgClassName
{
background-color: #B98C92;
}
</style>
border-color css
<style>
span { border-color: #B98C92; }
span { border-color: rgb(185,140,146); }
td.TdClassName
{
border-color: #B98C92;
}
.TagClassName
{
border-color: #B98C92;
}
</style>