Shades of Viola #BD8999
Tints of Viola #BD8999
RGB
CMYK
RGB Variations
Color information
#BD8999 (or 0xBD8999) is known color: Viola. HEX triplet: BD, 89 and 99. RGB value is (189,137,153). Sum of RGB (Red+Green+Blue) = 189+137+153=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8999 is #427666. Grayscale: #9A9A9A. Windows color (decimal): -4355687 or 10062269. OLE color: 10062269.
HSL color Cylindrical-coordinate representation of color #BD8999: hue angle of 341.54º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD8999 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 153 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.26 |
| HSL | 341.54º | 0.28% | 0.64% | - |
| HSV(B) | 341.54º | 0.28% | 0.74% | - |
| XYZ | 35.68 | 31.01 | 34.24 | - |
| YUV | 154.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 153 | 0 | 0.28 | 0.19 | 0.26 | 341.54 | 0.28 | 0.64 |
| Hex | BD | 89 | 99 | 0 | 1C | 13 | 1A | 156 | 1C | 40 |
| Octal | 275 | 211 | 231 | 0 | 34 | 23 | 32 | 526 | 34 | 100 |
| Binary | 10111101 | 10001001 | 10011001 | 0 | 11100 | 10011 | 11010 | 101010110 | 11100 | 1000000 |
Color Harmonies of #BD8999
Complementary color
Monochromatic Colors of #BD8999
Black with #BD8999
Text Example
Text Example
White with #BD8999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8999; }
p { color: rgb(189,137,153); }
H1.HeaderClassName
{
color: #BD8999;
}
.AnyTagClassName
{
color: #BD8999;
}
</style>
background-color css
<style>
a { background-color: #BD8999; }
a { background-color: rgb(189,137,153); }
div.DivClassName
{
background-color: #BD8999;
}
.BgClassName
{
background-color: #BD8999;
}
</style>
border-color css
<style>
span { border-color: #BD8999; }
span { border-color: rgb(189,137,153); }
td.TdClassName
{
border-color: #BD8999;
}
.TagClassName
{
border-color: #BD8999;
}
</style>