Shades of Viola #B98293
Tints of Viola #B98293
RGB
CMYK
RGB Variations
Color information
#B98293 (or 0xB98293) is known color: Viola. HEX triplet: B9, 82 and 93. RGB value is (185,130,147). Sum of RGB (Red+Green+Blue) = 185+130+147=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B98293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98293 is #467D6C. Grayscale: #949494. Windows color (decimal): -4619629 or 9667257. OLE color: 9667257.
HSL color Cylindrical-coordinate representation of color #B98293: hue angle of 341.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98293 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 130 | 147 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.27 |
| HSL | 341.45º | 0.28% | 0.62% | - |
| HSV(B) | 341.45º | 0.3% | 0.73% | - |
| XYZ | 33.26 | 28.39 | 31.33 | - |
| YUV | 148.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 147 | 0 | 0.30 | 0.21 | 0.27 | 341.45 | 0.28 | 0.62 |
| Hex | B9 | 82 | 93 | 0 | 1E | 15 | 1B | 155 | 1C | 3E |
| Octal | 271 | 202 | 223 | 0 | 36 | 25 | 33 | 525 | 34 | 76 |
| Binary | 10111001 | 10000010 | 10010011 | 0 | 11110 | 10101 | 11011 | 101010101 | 11100 | 111110 |
Color Harmonies of #B98293
Complementary color
Monochromatic Colors of #B98293
Black with #B98293
Text Example
Text Example
White with #B98293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98293; }
p { color: rgb(185,130,147); }
H1.HeaderClassName
{
color: #B98293;
}
.AnyTagClassName
{
color: #B98293;
}
</style>
background-color css
<style>
a { background-color: #B98293; }
a { background-color: rgb(185,130,147); }
div.DivClassName
{
background-color: #B98293;
}
.BgClassName
{
background-color: #B98293;
}
</style>
border-color css
<style>
span { border-color: #B98293; }
span { border-color: rgb(185,130,147); }
td.TdClassName
{
border-color: #B98293;
}
.TagClassName
{
border-color: #B98293;
}
</style>