Shades of Viola #B8919B
Tints of Viola #B8919B
RGB
CMYK
RGB Variations
Color information
#B8919B (or 0xB8919B) is known color: Viola. HEX triplet: B8, 91 and 9B. RGB value is (184,145,155). Sum of RGB (Red+Green+Blue) = 184+145+155=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B8919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8919B is #476E64. Grayscale: #9D9D9D. Windows color (decimal): -4681317 or 10195384. OLE color: 10195384.
HSL color Cylindrical-coordinate representation of color #B8919B: hue angle of 344.62º 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 #B8919B is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 155 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.28 |
| HSL | 344.62º | 0.22% | 0.65% | - |
| HSV(B) | 344.62º | 0.21% | 0.72% | - |
| XYZ | 35.81 | 32.81 | 35.46 | - |
| YUV | 157.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 155 | 0 | 0.21 | 0.16 | 0.28 | 344.62 | 0.22 | 0.65 |
| Hex | B8 | 91 | 9B | 0 | 15 | 10 | 1C | 159 | 16 | 41 |
| Octal | 270 | 221 | 233 | 0 | 25 | 20 | 34 | 531 | 26 | 101 |
| Binary | 10111000 | 10010001 | 10011011 | 0 | 10101 | 10000 | 11100 | 101011001 | 10110 | 1000001 |
Color Harmonies of #B8919B
Complementary color
Monochromatic Colors of #B8919B
Black with #B8919B
Text Example
Text Example
White with #B8919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8919B; }
p { color: rgb(184,145,155); }
H1.HeaderClassName
{
color: #B8919B;
}
.AnyTagClassName
{
color: #B8919B;
}
</style>
background-color css
<style>
a { background-color: #B8919B; }
a { background-color: rgb(184,145,155); }
div.DivClassName
{
background-color: #B8919B;
}
.BgClassName
{
background-color: #B8919B;
}
</style>
border-color css
<style>
span { border-color: #B8919B; }
span { border-color: rgb(184,145,155); }
td.TdClassName
{
border-color: #B8919B;
}
.TagClassName
{
border-color: #B8919B;
}
</style>