#9E8CE0

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

Shades of Biloba Flower #9E8CE0

Tints of Biloba Flower #9E8CE0

Color information

#9E8CE0 (or 0x9E8CE0) is unknown color: approx Biloba Flower. HEX triplet: 9E, 8C and E0. RGB value is (158,140,224). Sum of RGB (Red+Green+Blue) = 158+140+224=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E8CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CE0 is #61731F. Grayscale: #9A9A9A. Windows color (decimal): -6386464 or 14716062. OLE color: 14716062.

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

Color convert

RGB158140224-
CMYK0.290.3800.12
HSL252.86º57.53%71.37%-
HSV(B)252.86º37.5%87.84%-
XYZ36.9331.4174.64-
YUV154.96166.96130.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 224 (87.89% from 255) = 42.91%
R=30.27%
G=26.82%
B=42.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1581402240.290.3800.12252.8657.5371.37
Hex9E8CE01D260Cfd3a47
Octal236214340354601437572107
Binary1001111010001100111000001110110011001100111111011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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