Shades of Lilac #BF8FC9
Tints of Lilac #BF8FC9
RGB
CMYK
RGB Variations
Color information
#BF8FC9 (or 0xBF8FC9) is known color: Lilac. HEX triplet: BF, 8F and C9. RGB value is (191,143,201). Sum of RGB (Red+Green+Blue) = 191+143+201=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF8FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FC9 is #407036. Grayscale: #A3A3A3. Windows color (decimal): -4223031 or 13209535. OLE color: 13209535.
HSL color Cylindrical-coordinate representation of color #BF8FC9: hue angle of 289.66º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8FC9 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 143 | 201 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.21 |
| HSL | 289.66º | 0.35% | 0.67% | - |
| HSV(B) | 289.66º | 0.29% | 0.79% | - |
| XYZ | 41.85 | 34.94 | 59.8 | - |
| YUV | 163.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 201 | 0.05 | 0.29 | 0 | 0.21 | 289.66 | 0.35 | 0.67 |
| Hex | BF | 8F | C9 | 5 | 1D | 0 | 15 | 122 | 23 | 43 |
| Octal | 277 | 217 | 311 | 5 | 35 | 0 | 25 | 442 | 43 | 103 |
| Binary | 10111111 | 10001111 | 11001001 | 101 | 11101 | 0 | 10101 | 100100010 | 100011 | 1000011 |
Color Harmonies of #BF8FC9
Complementary color
Monochromatic Colors of #BF8FC9
Black with #BF8FC9
Text Example
Text Example
White with #BF8FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FC9; }
p { color: rgb(191,143,201); }
H1.HeaderClassName
{
color: #BF8FC9;
}
.AnyTagClassName
{
color: #BF8FC9;
}
</style>
background-color css
<style>
a { background-color: #BF8FC9; }
a { background-color: rgb(191,143,201); }
div.DivClassName
{
background-color: #BF8FC9;
}
.BgClassName
{
background-color: #BF8FC9;
}
</style>
border-color css
<style>
span { border-color: #BF8FC9; }
span { border-color: rgb(191,143,201); }
td.TdClassName
{
border-color: #BF8FC9;
}
.TagClassName
{
border-color: #BF8FC9;
}
</style>