Shades of Viola #B99FA8
Tints of Viola #B99FA8
RGB
CMYK
RGB Variations
Color information
#B99FA8 (or 0xB99FA8) is known color: Viola. HEX triplet: B9, 9F and A8. RGB value is (185,159,168). Sum of RGB (Red+Green+Blue) = 185+159+168=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FA8 is #466057. Grayscale: #A7A7A7. Windows color (decimal): -4612184 or 11050937. OLE color: 11050937.
HSL color Cylindrical-coordinate representation of color #B99FA8: hue angle of 339.23º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B99FA8 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 168 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.27 |
| HSL | 339.23º | 0.16% | 0.67% | - |
| HSV(B) | 339.23º | 0.14% | 0.73% | - |
| XYZ | 39.47 | 37.94 | 42.29 | - |
| YUV | 167.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 168 | 0 | 0.14 | 0.09 | 0.27 | 339.23 | 0.16 | 0.67 |
| Hex | B9 | 9F | A8 | 0 | E | 9 | 1B | 153 | 10 | 43 |
| Octal | 271 | 237 | 250 | 0 | 16 | 11 | 33 | 523 | 20 | 103 |
| Binary | 10111001 | 10011111 | 10101000 | 0 | 1110 | 1001 | 11011 | 101010011 | 10000 | 1000011 |
Color Harmonies of #B99FA8
Complementary color
Monochromatic Colors of #B99FA8
Black with #B99FA8
Text Example
Text Example
White with #B99FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FA8; }
p { color: rgb(185,159,168); }
H1.HeaderClassName
{
color: #B99FA8;
}
.AnyTagClassName
{
color: #B99FA8;
}
</style>
background-color css
<style>
a { background-color: #B99FA8; }
a { background-color: rgb(185,159,168); }
div.DivClassName
{
background-color: #B99FA8;
}
.BgClassName
{
background-color: #B99FA8;
}
</style>
border-color css
<style>
span { border-color: #B99FA8; }
span { border-color: rgb(185,159,168); }
td.TdClassName
{
border-color: #B99FA8;
}
.TagClassName
{
border-color: #B99FA8;
}
</style>