Shades of Viola #BD8D9A
Tints of Viola #BD8D9A
RGB
CMYK
RGB Variations
Color information
#BD8D9A (or 0xBD8D9A) is known color: Viola. HEX triplet: BD, 8D and 9A. RGB value is (189,141,154). Sum of RGB (Red+Green+Blue) = 189+141+154=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8D9A is #427265. Grayscale: #9C9C9C. Windows color (decimal): -4354662 or 10128829. OLE color: 10128829.
HSL color Cylindrical-coordinate representation of color #BD8D9A: hue angle of 343.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 #BD8D9A is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 154 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.26 |
| HSL | 343.75º | 0.27% | 0.65% | - |
| HSV(B) | 343.75º | 0.25% | 0.74% | - |
| XYZ | 36.34 | 32.2 | 34.87 | - |
| YUV | 156.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 154 | 0 | 0.25 | 0.19 | 0.26 | 343.75 | 0.27 | 0.65 |
| Hex | BD | 8D | 9A | 0 | 19 | 13 | 1A | 158 | 1B | 41 |
| Octal | 275 | 215 | 232 | 0 | 31 | 23 | 32 | 530 | 33 | 101 |
| Binary | 10111101 | 10001101 | 10011010 | 0 | 11001 | 10011 | 11010 | 101011000 | 11011 | 1000001 |
Color Harmonies of #BD8D9A
Complementary color
Monochromatic Colors of #BD8D9A
Black with #BD8D9A
Text Example
Text Example
White with #BD8D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D9A; }
p { color: rgb(189,141,154); }
H1.HeaderClassName
{
color: #BD8D9A;
}
.AnyTagClassName
{
color: #BD8D9A;
}
</style>
background-color css
<style>
a { background-color: #BD8D9A; }
a { background-color: rgb(189,141,154); }
div.DivClassName
{
background-color: #BD8D9A;
}
.BgClassName
{
background-color: #BD8D9A;
}
</style>
border-color css
<style>
span { border-color: #BD8D9A; }
span { border-color: rgb(189,141,154); }
td.TdClassName
{
border-color: #BD8D9A;
}
.TagClassName
{
border-color: #BD8D9A;
}
</style>