#9F8DF0

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

Shades of Biloba Flower #9F8DF0

Tints of Biloba Flower #9F8DF0

Color information

#9F8DF0 (or 0x9F8DF0) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8D and F0. RGB value is (159,141,240). Sum of RGB (Red+Green+Blue) = 159+141+240=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #9F8DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8DF0 is #60720F. Grayscale: #9D9D9D. Windows color (decimal): -6320656 or 15764895. OLE color: 15764895.

HSL color Cylindrical-coordinate representation of color #9F8DF0: hue angle of 250.91º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F8DF0 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159141240-
CMYK0.340.4100.06
HSL250.91º76.74%74.71%-
HSV(B)250.91º41.25%94.12%-
XYZ39.5532.7186.67-
YUV157.67174.46128.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.44%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 240 (94.14% from 255) = 44.44%
R=29.44%
G=26.11%
B=44.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1591412400.340.4100.06250.9176.7474.71
Hex9F8DF0222906fb4d4b
Octal237215360425106373115113
Binary10011111100011011111000010001010100101101111101110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,141,240); }

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

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

 a { background-color: rgb(159,141,240); }

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

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

 span { border-color: rgb(159,141,240); }

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