Shades of Viola #B88A9E
Tints of Viola #B88A9E
RGB
CMYK
RGB Variations
Color information
#B88A9E (or 0xB88A9E) is known color: Viola. HEX triplet: B8, 8A and 9E. RGB value is (184,138,158). Sum of RGB (Red+Green+Blue) = 184+138+158=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88A9E is #477561. Grayscale: #9A9A9A. Windows color (decimal): -4683106 or 10390200. OLE color: 10390200.
HSL color Cylindrical-coordinate representation of color #B88A9E: hue angle of 333.91º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B88A9E is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 158 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.28 |
| HSL | 333.91º | 0.24% | 0.63% | - |
| HSV(B) | 333.91º | 0.25% | 0.72% | - |
| XYZ | 35.03 | 30.84 | 36.45 | - |
| YUV | 154.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 158 | 0 | 0.25 | 0.14 | 0.28 | 333.91 | 0.24 | 0.63 |
| Hex | B8 | 8A | 9E | 0 | 19 | E | 1C | 14E | 18 | 3F |
| Octal | 270 | 212 | 236 | 0 | 31 | 16 | 34 | 516 | 30 | 77 |
| Binary | 10111000 | 10001010 | 10011110 | 0 | 11001 | 1110 | 11100 | 101001110 | 11000 | 111111 |
Color Harmonies of #B88A9E
Complementary color
Monochromatic Colors of #B88A9E
Black with #B88A9E
Text Example
Text Example
White with #B88A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A9E; }
p { color: rgb(184,138,158); }
H1.HeaderClassName
{
color: #B88A9E;
}
.AnyTagClassName
{
color: #B88A9E;
}
</style>
background-color css
<style>
a { background-color: #B88A9E; }
a { background-color: rgb(184,138,158); }
div.DivClassName
{
background-color: #B88A9E;
}
.BgClassName
{
background-color: #B88A9E;
}
</style>
border-color css
<style>
span { border-color: #B88A9E; }
span { border-color: rgb(184,138,158); }
td.TdClassName
{
border-color: #B88A9E;
}
.TagClassName
{
border-color: #B88A9E;
}
</style>