Shades of Biloba Flower #9E8DD4
Tints of Biloba Flower #9E8DD4
RGB
CMYK
RGB Variations
Color information
#9E8DD4 (or 0x9E8DD4) is known color: Biloba Flower. HEX triplet: 9E, 8D and D4. RGB value is (158,141,212). Sum of RGB (Red+Green+Blue) = 158+141+212=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #9E8DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DD4 is #61722B. Grayscale: #999999. Windows color (decimal): -6386220 or 13929886. OLE color: 13929886.
HSL color Cylindrical-coordinate representation of color #9E8DD4: hue angle of 254.37º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E8DD4 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 141 | 212 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.17 |
| HSL | 254.37º | 0.45% | 0.69% | - |
| HSV(B) | 254.37º | 0.33% | 0.83% | - |
| XYZ | 35.51 | 31.07 | 66.41 | - |
| YUV | 154.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 141 | 212 | 0.25 | 0.33 | 0 | 0.17 | 254.37 | 0.45 | 0.69 |
| Hex | 9E | 8D | D4 | 19 | 21 | 0 | 11 | FE | 2D | 45 |
| Octal | 236 | 215 | 324 | 31 | 41 | 0 | 21 | 376 | 55 | 105 |
| Binary | 10011110 | 10001101 | 11010100 | 11001 | 100001 | 0 | 10001 | 11111110 | 101101 | 1000101 |
Color Harmonies of #9E8DD4
Complementary color
Monochromatic Colors of #9E8DD4
Black with #9E8DD4
Text Example
Text Example
White with #9E8DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8DD4; }
p { color: rgb(158,141,212); }
H1.HeaderClassName
{
color: #9E8DD4;
}
.AnyTagClassName
{
color: #9E8DD4;
}
</style>
background-color css
<style>
a { background-color: #9E8DD4; }
a { background-color: rgb(158,141,212); }
div.DivClassName
{
background-color: #9E8DD4;
}
.BgClassName
{
background-color: #9E8DD4;
}
</style>
border-color css
<style>
span { border-color: #9E8DD4; }
span { border-color: rgb(158,141,212); }
td.TdClassName
{
border-color: #9E8DD4;
}
.TagClassName
{
border-color: #9E8DD4;
}
</style>