Shades of Biloba Flower #9F8CDB
Tints of Biloba Flower #9F8CDB
RGB
CMYK
RGB Variations
Color information
#9F8CDB (or 0x9F8CDB) is known color: Biloba Flower. HEX triplet: 9F, 8C and DB. RGB value is (159,140,219). Sum of RGB (Red+Green+Blue) = 159+140+219=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CDB is #607324. Grayscale: #9A9A9A. Windows color (decimal): -6320933 or 14388383. OLE color: 14388383.
HSL color Cylindrical-coordinate representation of color #9F8CDB: hue angle of 254.43º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F8CDB is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 140 | 219 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.14 |
| HSL | 254.43º | 0.52% | 0.7% | - |
| HSV(B) | 254.43º | 0.36% | 0.86% | - |
| XYZ | 36.46 | 31.24 | 71.13 | - |
| YUV | 154.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 219 | 0.27 | 0.36 | 0 | 0.14 | 254.43 | 0.52 | 0.7 |
| Hex | 9F | 8C | DB | 1B | 24 | 0 | E | FE | 34 | 46 |
| Octal | 237 | 214 | 333 | 33 | 44 | 0 | 16 | 376 | 64 | 106 |
| Binary | 10011111 | 10001100 | 11011011 | 11011 | 100100 | 0 | 1110 | 11111110 | 110100 | 1000110 |
Color Harmonies of #9F8CDB
Complementary color
Monochromatic Colors of #9F8CDB
Black with #9F8CDB
Text Example
Text Example
White with #9F8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8CDB; }
p { color: rgb(159,140,219); }
H1.HeaderClassName
{
color: #9F8CDB;
}
.AnyTagClassName
{
color: #9F8CDB;
}
</style>
background-color css
<style>
a { background-color: #9F8CDB; }
a { background-color: rgb(159,140,219); }
div.DivClassName
{
background-color: #9F8CDB;
}
.BgClassName
{
background-color: #9F8CDB;
}
</style>
border-color css
<style>
span { border-color: #9F8CDB; }
span { border-color: rgb(159,140,219); }
td.TdClassName
{
border-color: #9F8CDB;
}
.TagClassName
{
border-color: #9F8CDB;
}
</style>