#9E8BDE

Color #9E8BDE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #9E8BDE

Tints of Biloba Flower #9E8BDE

Color information

#9E8BDE (or 0x9E8BDE) is unknown color: approx Biloba Flower. HEX triplet: 9E, 8B and DE. RGB value is (158,139,222). Sum of RGB (Red+Green+Blue) = 158+139+222=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E8BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8BDE is #617421. Grayscale: #999999. Windows color (decimal): -6386722 or 14584734. OLE color: 14584734.

HSL color Cylindrical-coordinate representation of color #9E8BDE: hue angle of 253.73º 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 #9E8BDE is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158139222-
CMYK0.290.3700.13
HSL253.73º55.7%70.78%-
HSV(B)253.73º37.39%87.06%-
XYZ36.5231.0173.17-
YUV154.14166.29130.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=30.44%
G=26.78%
B=42.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581392220.290.3700.13253.7355.770.78
Hex9E8BDE1D250Dfe3847
Octal236213336354501537670107
Binary1001111010001011110111101110110010101101111111101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E8BDE; }

 p { color: rgb(158,139,222); }

 H1.HeaderClassName
 {
   color: #9E8BDE;
 }
 .AnyTagClassName
 {
   color: #9E8BDE;
 }
</style>
background-color css

<style>
 a { background-color: #9E8BDE; }

 a { background-color: rgb(158,139,222); }

 div.DivClassName
 {
   background-color: #9E8BDE;
 }
 .BgClassName
 {
   background-color: #9E8BDE;
 }
</style>
border-color css

<style>
 span { border-color: #9E8BDE; }

 span { border-color: rgb(158,139,222); }

 td.TdClassName
 {
   border-color: #9E8BDE;
 }
 .TagClassName
 {
   border-color: #9E8BDE;
 }
</style>