#9E8AE1

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

Shades of Biloba Flower #9E8AE1

Tints of Biloba Flower #9E8AE1

Color information

#9E8AE1 (or 0x9E8AE1) is unknown color: approx Biloba Flower. HEX triplet: 9E, 8A and E1. RGB value is (158,138,225). Sum of RGB (Red+Green+Blue) = 158+138+225=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E8AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8AE1 is #61751E. Grayscale: #999999. Windows color (decimal): -6386975 or 14781086. OLE color: 14781086.

HSL color Cylindrical-coordinate representation of color #9E8AE1: hue angle of 253.79º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E8AE1 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB158138225-
CMYK0.300.3900.12
HSL253.79º59.18%71.18%-
HSV(B)253.79º38.67%88.24%-
XYZ36.7830.8875.26-
YUV153.9168.13130.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.33%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=30.33%
G=26.49%
B=43.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1581382250.300.3900.12253.7959.1871.18
Hex9E8AE11E270Cfe3b47
Octal236212341364701437673107
Binary1001111010001010111000011111010011101100111111101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,138,225); }

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

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

 a { background-color: rgb(158,138,225); }

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

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

 span { border-color: rgb(158,138,225); }

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