Shades of Viola #BF809D
Tints of Viola #BF809D
RGB
CMYK
RGB Variations
Color information
#BF809D (or 0xBF809D) is known color: Viola. HEX triplet: BF, 80 and 9D. RGB value is (191,128,157). Sum of RGB (Red+Green+Blue) = 191+128+157=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF809D is #407F62. Grayscale: #969696. Windows color (decimal): -4226915 or 10322111. OLE color: 10322111.
HSL color Cylindrical-coordinate representation of color #BF809D: hue angle of 332.38º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF809D is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 157 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.25 |
| HSL | 332.38º | 0.33% | 0.63% | - |
| HSV(B) | 332.38º | 0.33% | 0.75% | - |
| XYZ | 35.29 | 28.95 | 35.63 | - |
| YUV | 150.14 | 131.87 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 157 | 0 | 0.33 | 0.18 | 0.25 | 332.38 | 0.33 | 0.63 |
| Hex | BF | 80 | 9D | 0 | 21 | 12 | 19 | 14C | 21 | 3F |
| Octal | 277 | 200 | 235 | 0 | 41 | 22 | 31 | 514 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10011101 | 0 | 100001 | 10010 | 11001 | 101001100 | 100001 | 111111 |
Color Harmonies of #BF809D
Complementary color
Monochromatic Colors of #BF809D
Black with #BF809D
Text Example
Text Example
White with #BF809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF809D; }
p { color: rgb(191,128,157); }
H1.HeaderClassName
{
color: #BF809D;
}
.AnyTagClassName
{
color: #BF809D;
}
</style>
background-color css
<style>
a { background-color: #BF809D; }
a { background-color: rgb(191,128,157); }
div.DivClassName
{
background-color: #BF809D;
}
.BgClassName
{
background-color: #BF809D;
}
</style>
border-color css
<style>
span { border-color: #BF809D; }
span { border-color: rgb(191,128,157); }
td.TdClassName
{
border-color: #BF809D;
}
.TagClassName
{
border-color: #BF809D;
}
</style>