Shades of Viola #B8919C
Tints of Viola #B8919C
RGB
CMYK
RGB Variations
Color information
#B8919C (or 0xB8919C) is known color: Viola. HEX triplet: B8, 91 and 9C. RGB value is (184,145,156). Sum of RGB (Red+Green+Blue) = 184+145+156=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B8919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8919C is #476E63. Grayscale: #9D9D9D. Windows color (decimal): -4681316 or 10260920. OLE color: 10260920.
HSL color Cylindrical-coordinate representation of color #B8919C: hue angle of 343.08º degrees, saturation: 0.22, 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 #B8919C is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 156 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.28 |
| HSL | 343.08º | 0.22% | 0.65% | - |
| HSV(B) | 343.08º | 0.21% | 0.72% | - |
| XYZ | 35.89 | 32.84 | 35.9 | - |
| YUV | 157.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 156 | 0 | 0.21 | 0.15 | 0.28 | 343.08 | 0.22 | 0.65 |
| Hex | B8 | 91 | 9C | 0 | 15 | F | 1C | 157 | 16 | 41 |
| Octal | 270 | 221 | 234 | 0 | 25 | 17 | 34 | 527 | 26 | 101 |
| Binary | 10111000 | 10010001 | 10011100 | 0 | 10101 | 1111 | 11100 | 101010111 | 10110 | 1000001 |
Color Harmonies of #B8919C
Complementary color
Monochromatic Colors of #B8919C
Black with #B8919C
Text Example
Text Example
White with #B8919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8919C; }
p { color: rgb(184,145,156); }
H1.HeaderClassName
{
color: #B8919C;
}
.AnyTagClassName
{
color: #B8919C;
}
</style>
background-color css
<style>
a { background-color: #B8919C; }
a { background-color: rgb(184,145,156); }
div.DivClassName
{
background-color: #B8919C;
}
.BgClassName
{
background-color: #B8919C;
}
</style>
border-color css
<style>
span { border-color: #B8919C; }
span { border-color: rgb(184,145,156); }
td.TdClassName
{
border-color: #B8919C;
}
.TagClassName
{
border-color: #B8919C;
}
</style>