Shades of Biloba Flower #9E8CE1
Tints of Biloba Flower #9E8CE1
RGB
CMYK
RGB Variations
Color information
#9E8CE1 (or 0x9E8CE1) is known color: Biloba Flower. HEX triplet: 9E, 8C and E1. RGB value is (158,140,225). Sum of RGB (Red+Green+Blue) = 158+140+225=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E8CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CE1 is #61731E. Grayscale: #9A9A9A. Windows color (decimal): -6386463 or 14781598. OLE color: 14781598.
HSL color Cylindrical-coordinate representation of color #9E8CE1: hue angle of 252.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E8CE1 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 140 | 225 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.12 |
| HSL | 252.71º | 0.59% | 0.72% | - |
| HSV(B) | 252.71º | 0.38% | 0.88% | - |
| XYZ | 37.07 | 31.46 | 75.35 | - |
| YUV | 155.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 225 | 0.30 | 0.38 | 0 | 0.12 | 252.71 | 0.59 | 0.72 |
| Hex | 9E | 8C | E1 | 1E | 26 | 0 | C | FD | 3B | 48 |
| Octal | 236 | 214 | 341 | 36 | 46 | 0 | 14 | 375 | 73 | 110 |
| Binary | 10011110 | 10001100 | 11100001 | 11110 | 100110 | 0 | 1100 | 11111101 | 111011 | 1001000 |
Color Harmonies of #9E8CE1
Complementary color
Monochromatic Colors of #9E8CE1
Black with #9E8CE1
Text Example
Text Example
White with #9E8CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CE1; }
p { color: rgb(158,140,225); }
H1.HeaderClassName
{
color: #9E8CE1;
}
.AnyTagClassName
{
color: #9E8CE1;
}
</style>
background-color css
<style>
a { background-color: #9E8CE1; }
a { background-color: rgb(158,140,225); }
div.DivClassName
{
background-color: #9E8CE1;
}
.BgClassName
{
background-color: #9E8CE1;
}
</style>
border-color css
<style>
span { border-color: #9E8CE1; }
span { border-color: rgb(158,140,225); }
td.TdClassName
{
border-color: #9E8CE1;
}
.TagClassName
{
border-color: #9E8CE1;
}
</style>