#9F8EDE

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

Shades of Biloba Flower #9F8EDE

Tints of Biloba Flower #9F8EDE

Color information

#9F8EDE (or 0x9F8EDE) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8E and DE. RGB value is (159,142,222). Sum of RGB (Red+Green+Blue) = 159+142+222=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F8EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8EDE is #607121. Grayscale: #9B9B9B. Windows color (decimal): -6320418 or 14585503. OLE color: 14585503.

HSL color Cylindrical-coordinate representation of color #9F8EDE: hue angle of 252.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F8EDE is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159142222-
CMYK0.280.3600.13
HSL252.75º54.79%71.37%-
HSV(B)252.75º36.04%87.06%-
XYZ37.1631.9973.32-
YUV156.2165.13130-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=30.40%
G=27.15%
B=42.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591422220.280.3600.13252.7554.7971.37
Hex9F8EDE1C240Dfd3747
Octal237216336344401537567107
Binary1001111110001110110111101110010010001101111111011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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