Shades of Viola #BD8A9A
Tints of Viola #BD8A9A
RGB
CMYK
RGB Variations
Color information
#BD8A9A (or 0xBD8A9A) is known color: Viola. HEX triplet: BD, 8A and 9A. RGB value is (189,138,154). Sum of RGB (Red+Green+Blue) = 189+138+154=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8A9A is #427565. Grayscale: #9B9B9B. Windows color (decimal): -4355430 or 10128061. OLE color: 10128061.
HSL color Cylindrical-coordinate representation of color #BD8A9A: hue angle of 341.18º 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 #BD8A9A is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 154 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.26 |
| HSL | 341.18º | 0.28% | 0.64% | - |
| HSV(B) | 341.18º | 0.27% | 0.74% | - |
| XYZ | 35.91 | 31.33 | 34.73 | - |
| YUV | 155.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 154 | 0 | 0.27 | 0.19 | 0.26 | 341.18 | 0.28 | 0.64 |
| Hex | BD | 8A | 9A | 0 | 1B | 13 | 1A | 155 | 1C | 40 |
| Octal | 275 | 212 | 232 | 0 | 33 | 23 | 32 | 525 | 34 | 100 |
| Binary | 10111101 | 10001010 | 10011010 | 0 | 11011 | 10011 | 11010 | 101010101 | 11100 | 1000000 |
Color Harmonies of #BD8A9A
Complementary color
Monochromatic Colors of #BD8A9A
Black with #BD8A9A
Text Example
Text Example
White with #BD8A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A9A; }
p { color: rgb(189,138,154); }
H1.HeaderClassName
{
color: #BD8A9A;
}
.AnyTagClassName
{
color: #BD8A9A;
}
</style>
background-color css
<style>
a { background-color: #BD8A9A; }
a { background-color: rgb(189,138,154); }
div.DivClassName
{
background-color: #BD8A9A;
}
.BgClassName
{
background-color: #BD8A9A;
}
</style>
border-color css
<style>
span { border-color: #BD8A9A; }
span { border-color: rgb(189,138,154); }
td.TdClassName
{
border-color: #BD8A9A;
}
.TagClassName
{
border-color: #BD8A9A;
}
</style>