Shades of Biloba Flower #9E8CDA
Tints of Biloba Flower #9E8CDA
RGB
CMYK
RGB Variations
Color information
#9E8CDA (or 0x9E8CDA) is known color: Biloba Flower. HEX triplet: 9E, 8C and DA. RGB value is (158,140,218). Sum of RGB (Red+Green+Blue) = 158+140+218=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E8CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CDA is #617325. Grayscale: #999999. Windows color (decimal): -6386470 or 14322846. OLE color: 14322846.
HSL color Cylindrical-coordinate representation of color #9E8CDA: hue angle of 253.85º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E8CDA is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 140 | 218 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.15 |
| HSL | 253.85º | 0.51% | 0.7% | - |
| HSV(B) | 253.85º | 0.36% | 0.85% | - |
| XYZ | 36.13 | 31.09 | 70.43 | - |
| YUV | 154.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 218 | 0.28 | 0.36 | 0 | 0.15 | 253.85 | 0.51 | 0.7 |
| Hex | 9E | 8C | DA | 1C | 24 | 0 | F | FE | 33 | 46 |
| Octal | 236 | 214 | 332 | 34 | 44 | 0 | 17 | 376 | 63 | 106 |
| Binary | 10011110 | 10001100 | 11011010 | 11100 | 100100 | 0 | 1111 | 11111110 | 110011 | 1000110 |
Color Harmonies of #9E8CDA
Complementary color
Monochromatic Colors of #9E8CDA
Black with #9E8CDA
Text Example
Text Example
White with #9E8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CDA; }
p { color: rgb(158,140,218); }
H1.HeaderClassName
{
color: #9E8CDA;
}
.AnyTagClassName
{
color: #9E8CDA;
}
</style>
background-color css
<style>
a { background-color: #9E8CDA; }
a { background-color: rgb(158,140,218); }
div.DivClassName
{
background-color: #9E8CDA;
}
.BgClassName
{
background-color: #9E8CDA;
}
</style>
border-color css
<style>
span { border-color: #9E8CDA; }
span { border-color: rgb(158,140,218); }
td.TdClassName
{
border-color: #9E8CDA;
}
.TagClassName
{
border-color: #9E8CDA;
}
</style>