#9F8EEA

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

Shades of Biloba Flower #9F8EEA

Tints of Biloba Flower #9F8EEA

Color information

#9F8EEA (or 0x9F8EEA) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8E and EA. RGB value is (159,142,234). Sum of RGB (Red+Green+Blue) = 159+142+234=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F8EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8EEA is #607115. Grayscale: #9D9D9D. Windows color (decimal): -6320406 or 15371935. OLE color: 15371935.

HSL color Cylindrical-coordinate representation of color #9F8EEA: hue angle of 251.09º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F8EEA is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159142234-
CMYK0.320.3900.08
HSL251.09º68.66%73.73%-
HSV(B)251.09º39.32%91.76%-
XYZ38.8232.6682.1-
YUV157.57171.13129.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.72%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 234 (91.80% from 255) = 43.74%
R=29.72%
G=26.54%
B=43.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591422340.320.3900.08251.0968.6673.73
Hex9F8EEA202708fb454a
Octal2372163524047010373105112
Binary100111111000111011101010100000100111010001111101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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