Shades of Biloba Flower #9E89D9
Tints of Biloba Flower #9E89D9
RGB
CMYK
RGB Variations
Color information
#9E89D9 (or 0x9E89D9) is known color: Biloba Flower. HEX triplet: 9E, 89 and D9. RGB value is (158,137,217). Sum of RGB (Red+Green+Blue) = 158+137+217=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E89D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E89D9 is #617626. Grayscale: #989898. Windows color (decimal): -6387239 or 14256542. OLE color: 14256542.
HSL color Cylindrical-coordinate representation of color #9E89D9: hue angle of 255.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E89D9 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 137 | 217 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.15 |
| HSL | 255.75º | 0.51% | 0.69% | - |
| HSV(B) | 255.75º | 0.37% | 0.85% | - |
| XYZ | 35.57 | 30.17 | 69.59 | - |
| YUV | 152.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 217 | 0.27 | 0.37 | 0 | 0.15 | 255.75 | 0.51 | 0.69 |
| Hex | 9E | 89 | D9 | 1B | 25 | 0 | F | 100 | 33 | 45 |
| Octal | 236 | 211 | 331 | 33 | 45 | 0 | 17 | 400 | 63 | 105 |
| Binary | 10011110 | 10001001 | 11011001 | 11011 | 100101 | 0 | 1111 | 100000000 | 110011 | 1000101 |
Color Harmonies of #9E89D9
Complementary color
Monochromatic Colors of #9E89D9
Black with #9E89D9
Text Example
Text Example
White with #9E89D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E89D9; }
p { color: rgb(158,137,217); }
H1.HeaderClassName
{
color: #9E89D9;
}
.AnyTagClassName
{
color: #9E89D9;
}
</style>
background-color css
<style>
a { background-color: #9E89D9; }
a { background-color: rgb(158,137,217); }
div.DivClassName
{
background-color: #9E89D9;
}
.BgClassName
{
background-color: #9E89D9;
}
</style>
border-color css
<style>
span { border-color: #9E89D9; }
span { border-color: rgb(158,137,217); }
td.TdClassName
{
border-color: #9E89D9;
}
.TagClassName
{
border-color: #9E89D9;
}
</style>