Shades of Biloba Flower #9E8BDD
Tints of Biloba Flower #9E8BDD
RGB
CMYK
RGB Variations
Color information
#9E8BDD (or 0x9E8BDD) is known color: Biloba Flower. HEX triplet: 9E, 8B and DD. RGB value is (158,139,221). Sum of RGB (Red+Green+Blue) = 158+139+221=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E8BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8BDD is #617422. Grayscale: #999999. Windows color (decimal): -6386723 or 14519198. OLE color: 14519198.
HSL color Cylindrical-coordinate representation of color #9E8BDD: hue angle of 253.9º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E8BDD is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 139 | 221 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.13 |
| HSL | 253.9º | 0.55% | 0.71% | - |
| HSV(B) | 253.9º | 0.37% | 0.87% | - |
| XYZ | 36.38 | 30.95 | 72.46 | - |
| YUV | 154.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 139 | 221 | 0.29 | 0.37 | 0 | 0.13 | 253.9 | 0.55 | 0.71 |
| Hex | 9E | 8B | DD | 1D | 25 | 0 | D | FE | 37 | 47 |
| Octal | 236 | 213 | 335 | 35 | 45 | 0 | 15 | 376 | 67 | 107 |
| Binary | 10011110 | 10001011 | 11011101 | 11101 | 100101 | 0 | 1101 | 11111110 | 110111 | 1000111 |
Color Harmonies of #9E8BDD
Complementary color
Monochromatic Colors of #9E8BDD
Black with #9E8BDD
Text Example
Text Example
White with #9E8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8BDD; }
p { color: rgb(158,139,221); }
H1.HeaderClassName
{
color: #9E8BDD;
}
.AnyTagClassName
{
color: #9E8BDD;
}
</style>
background-color css
<style>
a { background-color: #9E8BDD; }
a { background-color: rgb(158,139,221); }
div.DivClassName
{
background-color: #9E8BDD;
}
.BgClassName
{
background-color: #9E8BDD;
}
</style>
border-color css
<style>
span { border-color: #9E8BDD; }
span { border-color: rgb(158,139,221); }
td.TdClassName
{
border-color: #9E8BDD;
}
.TagClassName
{
border-color: #9E8BDD;
}
</style>