Shades of Viola #B6909E
Tints of Viola #B6909E
RGB
CMYK
RGB Variations
Color information
#B6909E (or 0xB6909E) is known color: Viola. HEX triplet: B6, 90 and 9E. RGB value is (182,144,158). Sum of RGB (Red+Green+Blue) = 182+144+158=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B6909E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6909E is #496F61. Grayscale: #9C9C9C. Windows color (decimal): -4812642 or 10391734. OLE color: 10391734.
HSL color Cylindrical-coordinate representation of color #B6909E: hue angle of 337.89º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6909E is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 144 | 158 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.29 |
| HSL | 337.89º | 0.21% | 0.64% | - |
| HSV(B) | 337.89º | 0.21% | 0.71% | - |
| XYZ | 35.44 | 32.36 | 36.73 | - |
| YUV | 156.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 158 | 0 | 0.21 | 0.13 | 0.29 | 337.89 | 0.21 | 0.64 |
| Hex | B6 | 90 | 9E | 0 | 15 | D | 1D | 152 | 15 | 40 |
| Octal | 266 | 220 | 236 | 0 | 25 | 15 | 35 | 522 | 25 | 100 |
| Binary | 10110110 | 10010000 | 10011110 | 0 | 10101 | 1101 | 11101 | 101010010 | 10101 | 1000000 |
Color Harmonies of #B6909E
Complementary color
Monochromatic Colors of #B6909E
Black with #B6909E
Text Example
Text Example
White with #B6909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6909E; }
p { color: rgb(182,144,158); }
H1.HeaderClassName
{
color: #B6909E;
}
.AnyTagClassName
{
color: #B6909E;
}
</style>
background-color css
<style>
a { background-color: #B6909E; }
a { background-color: rgb(182,144,158); }
div.DivClassName
{
background-color: #B6909E;
}
.BgClassName
{
background-color: #B6909E;
}
</style>
border-color css
<style>
span { border-color: #B6909E; }
span { border-color: rgb(182,144,158); }
td.TdClassName
{
border-color: #B6909E;
}
.TagClassName
{
border-color: #B6909E;
}
</style>