#9E8CE1

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

Shades of Biloba Flower #9E8CE1

Tints of Biloba Flower #9E8CE1

Color information

#9E8CE1 (or 0x9E8CE1) is unknown color: approx Biloba Flower. HEX triplet: 9E, 8C and E1. RGB value is (158,140,225). Sum of RGB (Red+Green+Blue) = 158+140+225=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E8CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CE1 is #61731E. Grayscale: #9A9A9A. Windows color (decimal): -6386463 or 14781598. OLE color: 14781598.

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

Color convert

RGB158140225-
CMYK0.300.3800.12
HSL252.71º58.62%71.57%-
HSV(B)252.71º37.78%88.24%-
XYZ37.0731.4675.35-
YUV155.07167.46130.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.21%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 225 (88.28% from 255) = 43.02%
R=30.21%
G=26.77%
B=43.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1581402250.300.3800.12252.7158.6271.57
Hex9E8CE11E260Cfd3b48
Octal236214341364601437573110
Binary1001111010001100111000011111010011001100111111011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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