Shades of Viola #B6919A
Tints of Viola #B6919A
RGB
CMYK
RGB Variations
Color information
#B6919A (or 0xB6919A) is known color: Viola. HEX triplet: B6, 91 and 9A. RGB value is (182,145,154). Sum of RGB (Red+Green+Blue) = 182+145+154=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B6919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6919A is #496E65. Grayscale: #9D9D9D. Windows color (decimal): -4812390 or 10129846. OLE color: 10129846.
HSL color Cylindrical-coordinate representation of color #B6919A: hue angle of 345.41º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6919A is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 145 | 154 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.29 |
| HSL | 345.41º | 0.2% | 0.64% | - |
| HSV(B) | 345.41º | 0.2% | 0.71% | - |
| XYZ | 35.25 | 32.53 | 34.99 | - |
| YUV | 157.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 154 | 0 | 0.20 | 0.15 | 0.29 | 345.41 | 0.2 | 0.64 |
| Hex | B6 | 91 | 9A | 0 | 14 | F | 1D | 159 | 14 | 40 |
| Octal | 266 | 221 | 232 | 0 | 24 | 17 | 35 | 531 | 24 | 100 |
| Binary | 10110110 | 10010001 | 10011010 | 0 | 10100 | 1111 | 11101 | 101011001 | 10100 | 1000000 |
Color Harmonies of #B6919A
Complementary color
Monochromatic Colors of #B6919A
Black with #B6919A
Text Example
Text Example
White with #B6919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6919A; }
p { color: rgb(182,145,154); }
H1.HeaderClassName
{
color: #B6919A;
}
.AnyTagClassName
{
color: #B6919A;
}
</style>
background-color css
<style>
a { background-color: #B6919A; }
a { background-color: rgb(182,145,154); }
div.DivClassName
{
background-color: #B6919A;
}
.BgClassName
{
background-color: #B6919A;
}
</style>
border-color css
<style>
span { border-color: #B6919A; }
span { border-color: rgb(182,145,154); }
td.TdClassName
{
border-color: #B6919A;
}
.TagClassName
{
border-color: #B6919A;
}
</style>