Shades of Viola #B89298
Tints of Viola #B89298
RGB
CMYK
RGB Variations
Color information
#B89298 (or 0xB89298) is known color: Viola. HEX triplet: B8, 92 and 98. RGB value is (184,146,152). Sum of RGB (Red+Green+Blue) = 184+146+152=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B89298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89298 is #476D67. Grayscale: #9E9E9E. Windows color (decimal): -4681064 or 9999032. OLE color: 9999032.
HSL color Cylindrical-coordinate representation of color #B89298: hue angle of 350.53º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B89298 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 152 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.28 |
| HSL | 350.53º | 0.21% | 0.65% | - |
| HSV(B) | 350.53º | 0.21% | 0.72% | - |
| XYZ | 35.71 | 33.02 | 34.2 | - |
| YUV | 158.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 152 | 0 | 0.21 | 0.17 | 0.28 | 350.53 | 0.21 | 0.65 |
| Hex | B8 | 92 | 98 | 0 | 15 | 11 | 1C | 15F | 15 | 41 |
| Octal | 270 | 222 | 230 | 0 | 25 | 21 | 34 | 537 | 25 | 101 |
| Binary | 10111000 | 10010010 | 10011000 | 0 | 10101 | 10001 | 11100 | 101011111 | 10101 | 1000001 |
Color Harmonies of #B89298
Complementary color
Monochromatic Colors of #B89298
Black with #B89298
Text Example
Text Example
White with #B89298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89298; }
p { color: rgb(184,146,152); }
H1.HeaderClassName
{
color: #B89298;
}
.AnyTagClassName
{
color: #B89298;
}
</style>
background-color css
<style>
a { background-color: #B89298; }
a { background-color: rgb(184,146,152); }
div.DivClassName
{
background-color: #B89298;
}
.BgClassName
{
background-color: #B89298;
}
</style>
border-color css
<style>
span { border-color: #B89298; }
span { border-color: rgb(184,146,152); }
td.TdClassName
{
border-color: #B89298;
}
.TagClassName
{
border-color: #B89298;
}
</style>