#9E88DC

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

Shades of Biloba Flower #9E88DC

Tints of Biloba Flower #9E88DC

Color information

#9E88DC (or 0x9E88DC) is unknown color: approx Biloba Flower. HEX triplet: 9E, 88 and DC. RGB value is (158,136,220). Sum of RGB (Red+Green+Blue) = 158+136+220=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E88DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E88DC is #617723. Grayscale: #979797. Windows color (decimal): -6387492 or 14452894. OLE color: 14452894.

HSL color Cylindrical-coordinate representation of color #9E88DC: hue angle of 255.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E88DC is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158136220-
CMYK0.280.3800.14
HSL255.71º54.55%69.8%-
HSV(B)255.71º38.18%86.27%-
XYZ35.8230.0471.62-
YUV152.15166.29132.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.74%
GREEN value IS 136 (53.52% from 255) = 26.46%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=30.74%
G=26.46%
B=42.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581362200.280.3800.14255.7154.5569.8
Hex9E88DC1C260E1003746
Octal236210334344601640067106
Binary10011110100010001101110011100100110011101000000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E88DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,136,220); }

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

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

 a { background-color: rgb(158,136,220); }

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

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

 span { border-color: rgb(158,136,220); }

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