Shades of Biloba Flower #9F8BDB
Tints of Biloba Flower #9F8BDB
RGB
CMYK
RGB Variations
Color information
#9F8BDB (or 0x9F8BDB) is known color: Biloba Flower. HEX triplet: 9F, 8B and DB. RGB value is (159,139,219). Sum of RGB (Red+Green+Blue) = 159+139+219=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F8BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8BDB is #607424. Grayscale: #999999. Windows color (decimal): -6321189 or 14388127. OLE color: 14388127.
HSL color Cylindrical-coordinate representation of color #9F8BDB: hue angle of 255º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F8BDB is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 139 | 219 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.14 |
| HSL | 255º | 0.53% | 0.7% | - |
| HSV(B) | 255º | 0.37% | 0.86% | - |
| XYZ | 36.32 | 30.95 | 71.08 | - |
| YUV | 154.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 139 | 219 | 0.27 | 0.37 | 0 | 0.14 | 255 | 0.53 | 0.7 |
| Hex | 9F | 8B | DB | 1B | 25 | 0 | E | FF | 35 | 46 |
| Octal | 237 | 213 | 333 | 33 | 45 | 0 | 16 | 377 | 65 | 106 |
| Binary | 10011111 | 10001011 | 11011011 | 11011 | 100101 | 0 | 1110 | 11111111 | 110101 | 1000110 |
Color Harmonies of #9F8BDB
Complementary color
Monochromatic Colors of #9F8BDB
Black with #9F8BDB
Text Example
Text Example
White with #9F8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8BDB; }
p { color: rgb(159,139,219); }
H1.HeaderClassName
{
color: #9F8BDB;
}
.AnyTagClassName
{
color: #9F8BDB;
}
</style>
background-color css
<style>
a { background-color: #9F8BDB; }
a { background-color: rgb(159,139,219); }
div.DivClassName
{
background-color: #9F8BDB;
}
.BgClassName
{
background-color: #9F8BDB;
}
</style>
border-color css
<style>
span { border-color: #9F8BDB; }
span { border-color: rgb(159,139,219); }
td.TdClassName
{
border-color: #9F8BDB;
}
.TagClassName
{
border-color: #9F8BDB;
}
</style>