Shades of Viola #BD8A9F
Tints of Viola #BD8A9F
RGB
CMYK
RGB Variations
Color information
#BD8A9F (or 0xBD8A9F) is known color: Viola. HEX triplet: BD, 8A and 9F. RGB value is (189,138,159). Sum of RGB (Red+Green+Blue) = 189+138+159=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8A9F is #427560. Grayscale: #9B9B9B. Windows color (decimal): -4355425 or 10455741. OLE color: 10455741.
HSL color Cylindrical-coordinate representation of color #BD8A9F: hue angle of 335.29º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD8A9F is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 159 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.26 |
| HSL | 335.29º | 0.28% | 0.64% | - |
| HSV(B) | 335.29º | 0.27% | 0.74% | - |
| XYZ | 36.33 | 31.5 | 36.97 | - |
| YUV | 155.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 159 | 0 | 0.27 | 0.16 | 0.26 | 335.29 | 0.28 | 0.64 |
| Hex | BD | 8A | 9F | 0 | 1B | 10 | 1A | 14F | 1C | 40 |
| Octal | 275 | 212 | 237 | 0 | 33 | 20 | 32 | 517 | 34 | 100 |
| Binary | 10111101 | 10001010 | 10011111 | 0 | 11011 | 10000 | 11010 | 101001111 | 11100 | 1000000 |
Color Harmonies of #BD8A9F
Complementary color
Monochromatic Colors of #BD8A9F
Black with #BD8A9F
Text Example
Text Example
White with #BD8A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A9F; }
p { color: rgb(189,138,159); }
H1.HeaderClassName
{
color: #BD8A9F;
}
.AnyTagClassName
{
color: #BD8A9F;
}
</style>
background-color css
<style>
a { background-color: #BD8A9F; }
a { background-color: rgb(189,138,159); }
div.DivClassName
{
background-color: #BD8A9F;
}
.BgClassName
{
background-color: #BD8A9F;
}
</style>
border-color css
<style>
span { border-color: #BD8A9F; }
span { border-color: rgb(189,138,159); }
td.TdClassName
{
border-color: #BD8A9F;
}
.TagClassName
{
border-color: #BD8A9F;
}
</style>