Shades of Biloba Flower #9E8CEA
Tints of Biloba Flower #9E8CEA
RGB
CMYK
RGB Variations
Color information
#9E8CEA (or 0x9E8CEA) is known color: Biloba Flower. HEX triplet: 9E, 8C and EA. RGB value is (158,140,234). Sum of RGB (Red+Green+Blue) = 158+140+234=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E8CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8CEA is #617315. Grayscale: #9B9B9B. Windows color (decimal): -6386454 or 15371422. OLE color: 15371422.
HSL color Cylindrical-coordinate representation of color #9E8CEA: hue angle of 251.49º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E8CEA is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 140 | 234 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.08 |
| HSL | 251.49º | 0.69% | 0.73% | - |
| HSV(B) | 251.49º | 0.4% | 0.92% | - |
| XYZ | 38.33 | 31.97 | 81.99 | - |
| YUV | 156.1 | 171.96 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 234 | 0.32 | 0.40 | 0 | 0.08 | 251.49 | 0.69 | 0.73 |
| Hex | 9E | 8C | EA | 20 | 28 | 0 | 8 | FB | 45 | 49 |
| Octal | 236 | 214 | 352 | 40 | 50 | 0 | 10 | 373 | 105 | 111 |
| Binary | 10011110 | 10001100 | 11101010 | 100000 | 101000 | 0 | 1000 | 11111011 | 1000101 | 1001001 |
Color Harmonies of #9E8CEA
Complementary color
Monochromatic Colors of #9E8CEA
Black with #9E8CEA
Text Example
Text Example
White with #9E8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CEA; }
p { color: rgb(158,140,234); }
H1.HeaderClassName
{
color: #9E8CEA;
}
.AnyTagClassName
{
color: #9E8CEA;
}
</style>
background-color css
<style>
a { background-color: #9E8CEA; }
a { background-color: rgb(158,140,234); }
div.DivClassName
{
background-color: #9E8CEA;
}
.BgClassName
{
background-color: #9E8CEA;
}
</style>
border-color css
<style>
span { border-color: #9E8CEA; }
span { border-color: rgb(158,140,234); }
td.TdClassName
{
border-color: #9E8CEA;
}
.TagClassName
{
border-color: #9E8CEA;
}
</style>