Shades of Viola #BD8D9E
Tints of Viola #BD8D9E
RGB
CMYK
RGB Variations
Color information
#BD8D9E (or 0xBD8D9E) is known color: Viola. HEX triplet: BD, 8D and 9E. RGB value is (189,141,158). Sum of RGB (Red+Green+Blue) = 189+141+158=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8D9E is #427261. Grayscale: #9D9D9D. Windows color (decimal): -4354658 or 10390973. OLE color: 10390973.
HSL color Cylindrical-coordinate representation of color #BD8D9E: hue angle of 338.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD8D9E is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 158 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.26 |
| HSL | 338.75º | 0.27% | 0.65% | - |
| HSV(B) | 338.75º | 0.25% | 0.74% | - |
| XYZ | 36.68 | 32.34 | 36.66 | - |
| YUV | 157.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 158 | 0 | 0.25 | 0.16 | 0.26 | 338.75 | 0.27 | 0.65 |
| Hex | BD | 8D | 9E | 0 | 19 | 10 | 1A | 153 | 1B | 41 |
| Octal | 275 | 215 | 236 | 0 | 31 | 20 | 32 | 523 | 33 | 101 |
| Binary | 10111101 | 10001101 | 10011110 | 0 | 11001 | 10000 | 11010 | 101010011 | 11011 | 1000001 |
Color Harmonies of #BD8D9E
Complementary color
Monochromatic Colors of #BD8D9E
Black with #BD8D9E
Text Example
Text Example
White with #BD8D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D9E; }
p { color: rgb(189,141,158); }
H1.HeaderClassName
{
color: #BD8D9E;
}
.AnyTagClassName
{
color: #BD8D9E;
}
</style>
background-color css
<style>
a { background-color: #BD8D9E; }
a { background-color: rgb(189,141,158); }
div.DivClassName
{
background-color: #BD8D9E;
}
.BgClassName
{
background-color: #BD8D9E;
}
</style>
border-color css
<style>
span { border-color: #BD8D9E; }
span { border-color: rgb(189,141,158); }
td.TdClassName
{
border-color: #BD8D9E;
}
.TagClassName
{
border-color: #BD8D9E;
}
</style>