#9F8DF1

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

Shades of Biloba Flower #9F8DF1

Tints of Biloba Flower #9F8DF1

Color information

#9F8DF1 (or 0x9F8DF1) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8D and F1. RGB value is (159,141,241). Sum of RGB (Red+Green+Blue) = 159+141+241=541 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.39% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F8DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8DF1 is #60720E. Grayscale: #9D9D9D. Windows color (decimal): -6320655 or 15830431. OLE color: 15830431.

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

Color convert

RGB159141241-
CMYK0.340.4100.05
HSL250.8º78.12%74.9%-
HSV(B)250.8º41.49%94.51%-
XYZ39.732.7787.45-
YUV157.78174.96128.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.39%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 241 (94.53% from 255) = 44.55%
R=29.39%
G=26.06%
B=44.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1591412410.340.4100.05250.878.1274.9
Hex9F8DF1222905fb4e4b
Octal237215361425105373116113
Binary10011111100011011111000110001010100101011111101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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