Shades of Viola #B98592
Tints of Viola #B98592
RGB
CMYK
RGB Variations
Color information
#B98592 (or 0xB98592) is known color: Viola. HEX triplet: B9, 85 and 92. RGB value is (185,133,146). Sum of RGB (Red+Green+Blue) = 185+133+146=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B98592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98592 is #467A6D. Grayscale: #969696. Windows color (decimal): -4618862 or 9602489. OLE color: 9602489.
HSL color Cylindrical-coordinate representation of color #B98592: hue angle of 345º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B98592 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 146 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.27 |
| HSL | 345º | 0.27% | 0.62% | - |
| HSV(B) | 345º | 0.28% | 0.73% | - |
| XYZ | 33.58 | 29.16 | 31.05 | - |
| YUV | 150.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 146 | 0 | 0.28 | 0.21 | 0.27 | 345 | 0.27 | 0.62 |
| Hex | B9 | 85 | 92 | 0 | 1C | 15 | 1B | 159 | 1B | 3E |
| Octal | 271 | 205 | 222 | 0 | 34 | 25 | 33 | 531 | 33 | 76 |
| Binary | 10111001 | 10000101 | 10010010 | 0 | 11100 | 10101 | 11011 | 101011001 | 11011 | 111110 |
Color Harmonies of #B98592
Complementary color
Monochromatic Colors of #B98592
Black with #B98592
Text Example
Text Example
White with #B98592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98592; }
p { color: rgb(185,133,146); }
H1.HeaderClassName
{
color: #B98592;
}
.AnyTagClassName
{
color: #B98592;
}
</style>
background-color css
<style>
a { background-color: #B98592; }
a { background-color: rgb(185,133,146); }
div.DivClassName
{
background-color: #B98592;
}
.BgClassName
{
background-color: #B98592;
}
</style>
border-color css
<style>
span { border-color: #B98592; }
span { border-color: rgb(185,133,146); }
td.TdClassName
{
border-color: #B98592;
}
.TagClassName
{
border-color: #B98592;
}
</style>