Shades of Biloba Flower #9E8CDF
Tints of Biloba Flower #9E8CDF
RGB
CMYK
RGB Variations
Color information
#9E8CDF (or 0x9E8CDF) is known color: Biloba Flower. HEX triplet: 9E, 8C and DF. RGB value is (158,140,223). Sum of RGB (Red+Green+Blue) = 158+140+223=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E8CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CDF is #617320. Grayscale: #9A9A9A. Windows color (decimal): -6386465 or 14650526. OLE color: 14650526.
HSL color Cylindrical-coordinate representation of color #9E8CDF: hue angle of 253.01º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E8CDF is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 140 | 223 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.13 |
| HSL | 253.01º | 0.56% | 0.71% | - |
| HSV(B) | 253.01º | 0.37% | 0.87% | - |
| XYZ | 36.8 | 31.35 | 73.92 | - |
| YUV | 154.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 223 | 0.29 | 0.37 | 0 | 0.13 | 253.01 | 0.56 | 0.71 |
| Hex | 9E | 8C | DF | 1D | 25 | 0 | D | FD | 38 | 47 |
| Octal | 236 | 214 | 337 | 35 | 45 | 0 | 15 | 375 | 70 | 107 |
| Binary | 10011110 | 10001100 | 11011111 | 11101 | 100101 | 0 | 1101 | 11111101 | 111000 | 1000111 |
Color Harmonies of #9E8CDF
Complementary color
Monochromatic Colors of #9E8CDF
Black with #9E8CDF
Text Example
Text Example
White with #9E8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CDF; }
p { color: rgb(158,140,223); }
H1.HeaderClassName
{
color: #9E8CDF;
}
.AnyTagClassName
{
color: #9E8CDF;
}
</style>
background-color css
<style>
a { background-color: #9E8CDF; }
a { background-color: rgb(158,140,223); }
div.DivClassName
{
background-color: #9E8CDF;
}
.BgClassName
{
background-color: #9E8CDF;
}
</style>
border-color css
<style>
span { border-color: #9E8CDF; }
span { border-color: rgb(158,140,223); }
td.TdClassName
{
border-color: #9E8CDF;
}
.TagClassName
{
border-color: #9E8CDF;
}
</style>