Shades of Viola #B5909E
Tints of Viola #B5909E
RGB
CMYK
RGB Variations
Color information
#B5909E (or 0xB5909E) is known color: Viola. HEX triplet: B5, 90 and 9E. RGB value is (181,144,158). Sum of RGB (Red+Green+Blue) = 181+144+158=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B5909E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5909E is #4A6F61. Grayscale: #9C9C9C. Windows color (decimal): -4878178 or 10391733. OLE color: 10391733.
HSL color Cylindrical-coordinate representation of color #B5909E: hue angle of 337.3º 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 #B5909E is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 158 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.29 |
| HSL | 337.3º | 0.2% | 0.64% | - |
| HSV(B) | 337.3º | 0.2% | 0.71% | - |
| XYZ | 35.2 | 32.24 | 36.72 | - |
| YUV | 156.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 158 | 0 | 0.20 | 0.13 | 0.29 | 337.3 | 0.2 | 0.64 |
| Hex | B5 | 90 | 9E | 0 | 14 | D | 1D | 151 | 14 | 40 |
| Octal | 265 | 220 | 236 | 0 | 24 | 15 | 35 | 521 | 24 | 100 |
| Binary | 10110101 | 10010000 | 10011110 | 0 | 10100 | 1101 | 11101 | 101010001 | 10100 | 1000000 |
Color Harmonies of #B5909E
Complementary color
Monochromatic Colors of #B5909E
Black with #B5909E
Text Example
Text Example
White with #B5909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5909E; }
p { color: rgb(181,144,158); }
H1.HeaderClassName
{
color: #B5909E;
}
.AnyTagClassName
{
color: #B5909E;
}
</style>
background-color css
<style>
a { background-color: #B5909E; }
a { background-color: rgb(181,144,158); }
div.DivClassName
{
background-color: #B5909E;
}
.BgClassName
{
background-color: #B5909E;
}
</style>
border-color css
<style>
span { border-color: #B5909E; }
span { border-color: rgb(181,144,158); }
td.TdClassName
{
border-color: #B5909E;
}
.TagClassName
{
border-color: #B5909E;
}
</style>