Shades of Biloba Flower #9E88DC
Tints of Biloba Flower #9E88DC
RGB
CMYK
RGB Variations
Color information
#9E88DC (or 0x9E88DC) is known color: Biloba Flower. HEX triplet: 9E, 88 and DC. RGB value is (158,136,220). Sum of RGB (Red+Green+Blue) = 158+136+220=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E88DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E88DC is #617723. Grayscale: #979797. Windows color (decimal): -6387492 or 14452894. OLE color: 14452894.
HSL color Cylindrical-coordinate representation of color #9E88DC: hue angle of 255.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E88DC is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 136 | 220 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.14 |
| HSL | 255.71º | 0.55% | 0.7% | - |
| HSV(B) | 255.71º | 0.38% | 0.86% | - |
| XYZ | 35.82 | 30.04 | 71.62 | - |
| YUV | 152.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 220 | 0.28 | 0.38 | 0 | 0.14 | 255.71 | 0.55 | 0.7 |
| Hex | 9E | 88 | DC | 1C | 26 | 0 | E | 100 | 37 | 46 |
| Octal | 236 | 210 | 334 | 34 | 46 | 0 | 16 | 400 | 67 | 106 |
| Binary | 10011110 | 10001000 | 11011100 | 11100 | 100110 | 0 | 1110 | 100000000 | 110111 | 1000110 |
Color Harmonies of #9E88DC
Complementary color
Monochromatic Colors of #9E88DC
Black with #9E88DC
Text Example
Text Example
White with #9E88DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E88DC; }
p { color: rgb(158,136,220); }
H1.HeaderClassName
{
color: #9E88DC;
}
.AnyTagClassName
{
color: #9E88DC;
}
</style>
background-color css
<style>
a { background-color: #9E88DC; }
a { background-color: rgb(158,136,220); }
div.DivClassName
{
background-color: #9E88DC;
}
.BgClassName
{
background-color: #9E88DC;
}
</style>
border-color css
<style>
span { border-color: #9E88DC; }
span { border-color: rgb(158,136,220); }
td.TdClassName
{
border-color: #9E88DC;
}
.TagClassName
{
border-color: #9E88DC;
}
</style>