Shades of Viola #BD9EA8
Tints of Viola #BD9EA8
RGB
CMYK
RGB Variations
Color information
#BD9EA8 (or 0xBD9EA8) is known color: Viola. HEX triplet: BD, 9E and A8. RGB value is (189,158,168). Sum of RGB (Red+Green+Blue) = 189+158+168=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9EA8 is #426157. Grayscale: #A8A8A8. Windows color (decimal): -4350296 or 11050685. OLE color: 11050685.
HSL color Cylindrical-coordinate representation of color #BD9EA8: hue angle of 340.65º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BD9EA8 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 168 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.26 |
| HSL | 340.65º | 0.19% | 0.68% | - |
| HSV(B) | 340.65º | 0.16% | 0.74% | - |
| XYZ | 40.28 | 38.1 | 42.28 | - |
| YUV | 168.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 168 | 0 | 0.16 | 0.11 | 0.26 | 340.65 | 0.19 | 0.68 |
| Hex | BD | 9E | A8 | 0 | 10 | B | 1A | 155 | 13 | 44 |
| Octal | 275 | 236 | 250 | 0 | 20 | 13 | 32 | 525 | 23 | 104 |
| Binary | 10111101 | 10011110 | 10101000 | 0 | 10000 | 1011 | 11010 | 101010101 | 10011 | 1000100 |
Color Harmonies of #BD9EA8
Complementary color
Monochromatic Colors of #BD9EA8
Black with #BD9EA8
Text Example
Text Example
White with #BD9EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9EA8; }
p { color: rgb(189,158,168); }
H1.HeaderClassName
{
color: #BD9EA8;
}
.AnyTagClassName
{
color: #BD9EA8;
}
</style>
background-color css
<style>
a { background-color: #BD9EA8; }
a { background-color: rgb(189,158,168); }
div.DivClassName
{
background-color: #BD9EA8;
}
.BgClassName
{
background-color: #BD9EA8;
}
</style>
border-color css
<style>
span { border-color: #BD9EA8; }
span { border-color: rgb(189,158,168); }
td.TdClassName
{
border-color: #BD9EA8;
}
.TagClassName
{
border-color: #BD9EA8;
}
</style>