#9F8EE7

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

Shades of Biloba Flower #9F8EE7

Tints of Biloba Flower #9F8EE7

Color information

#9F8EE7 (or 0x9F8EE7) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8E and E7. RGB value is (159,142,231). Sum of RGB (Red+Green+Blue) = 159+142+231=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #9F8EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8EE7 is #607118. Grayscale: #9C9C9C. Windows color (decimal): -6320409 or 15175327. OLE color: 15175327.

HSL color Cylindrical-coordinate representation of color #9F8EE7: hue angle of 251.46º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F8EE7 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB159142231-
CMYK0.310.3900.09
HSL251.46º64.96%73.14%-
HSV(B)251.46º38.53%90.59%-
XYZ38.3932.4979.85-
YUV157.23169.63129.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.89%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 231 (90.62% from 255) = 43.42%
R=29.89%
G=26.69%
B=43.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1591422310.310.3900.09251.4664.9673.14
Hex9F8EE71F2709fb4149
Octal2372163473747011373101111
Binary10011111100011101110011111111100111010011111101110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,142,231); }

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

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

 a { background-color: rgb(159,142,231); }

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

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

 span { border-color: rgb(159,142,231); }

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