#9E87D8

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

Shades of Biloba Flower #9E87D8

Tints of Biloba Flower #9E87D8

Color information

#9E87D8 (or 0x9E87D8) is unknown color: approx Biloba Flower. HEX triplet: 9E, 87 and D8. RGB value is (158,135,216). Sum of RGB (Red+Green+Blue) = 158+135+216=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #9E87D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E87D8 is #617827. Grayscale: #969696. Windows color (decimal): -6387752 or 14190494. OLE color: 14190494.

HSL color Cylindrical-coordinate representation of color #9E87D8: hue angle of 257.04º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E87D8 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158135216-
CMYK0.270.3800.15
HSL257.04º50.94%68.82%-
HSV(B)257.04º37.5%84.71%-
XYZ35.1629.5568.82-
YUV151.11164.62132.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.04%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 216 (84.77% from 255) = 42.44%
R=31.04%
G=26.52%
B=42.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581352160.270.3800.15257.0450.9468.82
Hex9E87D81B260F1013345
Octal236207330334601740163105
Binary10011110100001111101100011011100110011111000000011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E87D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,135,216); }

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

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

 a { background-color: rgb(158,135,216); }

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

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

 span { border-color: rgb(158,135,216); }

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