Shades of Biloba Flower #9E8CDB
Tints of Biloba Flower #9E8CDB
RGB
CMYK
RGB Variations
Color information
#9E8CDB (or 0x9E8CDB) is known color: Biloba Flower. HEX triplet: 9E, 8C and DB. RGB value is (158,140,219). Sum of RGB (Red+Green+Blue) = 158+140+219=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 140 (55.08% from 255 or 27.08% 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 #9E8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CDB is #617324. Grayscale: #9A9A9A. Windows color (decimal): -6386469 or 14388382. OLE color: 14388382.
HSL color Cylindrical-coordinate representation of color #9E8CDB: hue angle of 253.67º 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 #9E8CDB is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 140 | 219 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.14 |
| HSL | 253.67º | 0.52% | 0.7% | - |
| HSV(B) | 253.67º | 0.36% | 0.86% | - |
| XYZ | 36.26 | 31.14 | 71.12 | - |
| YUV | 154.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 219 | 0.28 | 0.36 | 0 | 0.14 | 253.67 | 0.52 | 0.7 |
| Hex | 9E | 8C | DB | 1C | 24 | 0 | E | FE | 34 | 46 |
| Octal | 236 | 214 | 333 | 34 | 44 | 0 | 16 | 376 | 64 | 106 |
| Binary | 10011110 | 10001100 | 11011011 | 11100 | 100100 | 0 | 1110 | 11111110 | 110100 | 1000110 |
Color Harmonies of #9E8CDB
Complementary color
Monochromatic Colors of #9E8CDB
Black with #9E8CDB
Text Example
Text Example
White with #9E8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CDB; }
p { color: rgb(158,140,219); }
H1.HeaderClassName
{
color: #9E8CDB;
}
.AnyTagClassName
{
color: #9E8CDB;
}
</style>
background-color css
<style>
a { background-color: #9E8CDB; }
a { background-color: rgb(158,140,219); }
div.DivClassName
{
background-color: #9E8CDB;
}
.BgClassName
{
background-color: #9E8CDB;
}
</style>
border-color css
<style>
span { border-color: #9E8CDB; }
span { border-color: rgb(158,140,219); }
td.TdClassName
{
border-color: #9E8CDB;
}
.TagClassName
{
border-color: #9E8CDB;
}
</style>