Shades of Biloba Flower #9F8EDB
Tints of Biloba Flower #9F8EDB
RGB
CMYK
RGB Variations
Color information
#9F8EDB (or 0x9F8EDB) is known color: Biloba Flower. HEX triplet: 9F, 8E and DB. RGB value is (159,142,219). Sum of RGB (Red+Green+Blue) = 159+142+219=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8EDB is #607124. Grayscale: #9B9B9B. Windows color (decimal): -6320421 or 14388895. OLE color: 14388895.
HSL color Cylindrical-coordinate representation of color #9F8EDB: hue angle of 253.25º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F8EDB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 142 | 219 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.14 |
| HSL | 253.25º | 0.52% | 0.71% | - |
| HSV(B) | 253.25º | 0.35% | 0.86% | - |
| XYZ | 36.76 | 31.83 | 71.22 | - |
| YUV | 155.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 219 | 0.27 | 0.35 | 0 | 0.14 | 253.25 | 0.52 | 0.71 |
| Hex | 9F | 8E | DB | 1B | 23 | 0 | E | FD | 34 | 47 |
| Octal | 237 | 216 | 333 | 33 | 43 | 0 | 16 | 375 | 64 | 107 |
| Binary | 10011111 | 10001110 | 11011011 | 11011 | 100011 | 0 | 1110 | 11111101 | 110100 | 1000111 |
Color Harmonies of #9F8EDB
Complementary color
Monochromatic Colors of #9F8EDB
Black with #9F8EDB
Text Example
Text Example
White with #9F8EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8EDB; }
p { color: rgb(159,142,219); }
H1.HeaderClassName
{
color: #9F8EDB;
}
.AnyTagClassName
{
color: #9F8EDB;
}
</style>
background-color css
<style>
a { background-color: #9F8EDB; }
a { background-color: rgb(159,142,219); }
div.DivClassName
{
background-color: #9F8EDB;
}
.BgClassName
{
background-color: #9F8EDB;
}
</style>
border-color css
<style>
span { border-color: #9F8EDB; }
span { border-color: rgb(159,142,219); }
td.TdClassName
{
border-color: #9F8EDB;
}
.TagClassName
{
border-color: #9F8EDB;
}
</style>