#9E8AE3

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

Shades of Biloba Flower #9E8AE3

Tints of Biloba Flower #9E8AE3

Color information

#9E8AE3 (or 0x9E8AE3) is unknown color: approx Biloba Flower. HEX triplet: 9E, 8A and E3. RGB value is (158,138,227). Sum of RGB (Red+Green+Blue) = 158+138+227=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 227 (89.06% from 255 or 43.40% from 523); Max value from RGB is 227 - color contains mainly: blue. Hex color #9E8AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8AE3 is #61751C. Grayscale: #999999. Windows color (decimal): -6386973 or 14912158. OLE color: 14912158.

HSL color Cylindrical-coordinate representation of color #9E8AE3: hue angle of 253.48º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E8AE3 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB158138227-
CMYK0.300.3900.11
HSL253.48º61.38%71.57%-
HSV(B)253.48º39.21%89.02%-
XYZ37.0530.9976.7-
YUV154.13169.13130.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.21%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 227 (89.06% from 255) = 43.40%
R=30.21%
G=26.39%
B=43.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1581382270.300.3900.11253.4861.3871.57
Hex9E8AE31E270Bfd3d48
Octal236212343364701337575110
Binary1001111010001010111000111111010011101011111111011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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