Shades of Viola #B08793
Tints of Viola #B08793
RGB
CMYK
RGB Variations
Color information
#B08793 (or 0xB08793) is known color: Viola. HEX triplet: B0, 87 and 93. RGB value is (176,135,147). Sum of RGB (Red+Green+Blue) = 176+135+147=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B08793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08793 is #4F786C. Grayscale: #949494. Windows color (decimal): -5208173 or 9668528. OLE color: 9668528.
HSL color Cylindrical-coordinate representation of color #B08793: hue angle of 342.44º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B08793 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 147 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.31 |
| HSL | 342.44º | 0.21% | 0.61% | - |
| HSV(B) | 342.44º | 0.23% | 0.69% | - |
| XYZ | 31.83 | 28.66 | 31.46 | - |
| YUV | 148.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 147 | 0 | 0.23 | 0.16 | 0.31 | 342.44 | 0.21 | 0.61 |
| Hex | B0 | 87 | 93 | 0 | 17 | 10 | 1F | 156 | 15 | 3D |
| Octal | 260 | 207 | 223 | 0 | 27 | 20 | 37 | 526 | 25 | 75 |
| Binary | 10110000 | 10000111 | 10010011 | 0 | 10111 | 10000 | 11111 | 101010110 | 10101 | 111101 |
Color Harmonies of #B08793
Complementary color
Monochromatic Colors of #B08793
Black with #B08793
Text Example
Text Example
White with #B08793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08793; }
p { color: rgb(176,135,147); }
H1.HeaderClassName
{
color: #B08793;
}
.AnyTagClassName
{
color: #B08793;
}
</style>
background-color css
<style>
a { background-color: #B08793; }
a { background-color: rgb(176,135,147); }
div.DivClassName
{
background-color: #B08793;
}
.BgClassName
{
background-color: #B08793;
}
</style>
border-color css
<style>
span { border-color: #B08793; }
span { border-color: rgb(176,135,147); }
td.TdClassName
{
border-color: #B08793;
}
.TagClassName
{
border-color: #B08793;
}
</style>