Shades of Biloba Flower #9E8BDF
Tints of Biloba Flower #9E8BDF
RGB
CMYK
RGB Variations
Color information
#9E8BDF (or 0x9E8BDF) is known color: Biloba Flower. HEX triplet: 9E, 8B and DF. RGB value is (158,139,223). Sum of RGB (Red+Green+Blue) = 158+139+223=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E8BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8BDF is #617420. Grayscale: #999999. Windows color (decimal): -6386721 or 14650270. OLE color: 14650270.
HSL color Cylindrical-coordinate representation of color #9E8BDF: hue angle of 253.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E8BDF is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 139 | 223 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.13 |
| HSL | 253.57º | 0.57% | 0.71% | - |
| HSV(B) | 253.57º | 0.38% | 0.87% | - |
| XYZ | 36.65 | 31.06 | 73.88 | - |
| YUV | 154.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 139 | 223 | 0.29 | 0.38 | 0 | 0.13 | 253.57 | 0.57 | 0.71 |
| Hex | 9E | 8B | DF | 1D | 26 | 0 | D | FE | 39 | 47 |
| Octal | 236 | 213 | 337 | 35 | 46 | 0 | 15 | 376 | 71 | 107 |
| Binary | 10011110 | 10001011 | 11011111 | 11101 | 100110 | 0 | 1101 | 11111110 | 111001 | 1000111 |
Color Harmonies of #9E8BDF
Complementary color
Monochromatic Colors of #9E8BDF
Black with #9E8BDF
Text Example
Text Example
White with #9E8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8BDF; }
p { color: rgb(158,139,223); }
H1.HeaderClassName
{
color: #9E8BDF;
}
.AnyTagClassName
{
color: #9E8BDF;
}
</style>
background-color css
<style>
a { background-color: #9E8BDF; }
a { background-color: rgb(158,139,223); }
div.DivClassName
{
background-color: #9E8BDF;
}
.BgClassName
{
background-color: #9E8BDF;
}
</style>
border-color css
<style>
span { border-color: #9E8BDF; }
span { border-color: rgb(158,139,223); }
td.TdClassName
{
border-color: #9E8BDF;
}
.TagClassName
{
border-color: #9E8BDF;
}
</style>