#9F8DF3

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

Shades of Biloba Flower #9F8DF3

Tints of Biloba Flower #9F8DF3

Color information

#9F8DF3 (or 0x9F8DF3) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8D and F3. RGB value is (159,141,243). Sum of RGB (Red+Green+Blue) = 159+141+243=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #9F8DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8DF3 is #60720C. Grayscale: #9D9D9D. Windows color (decimal): -6320653 or 15961503. OLE color: 15961503.

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

Color convert

RGB159141243-
CMYK0.350.4200.05
HSL250.59º80.95%75.29%-
HSV(B)250.59º41.98%95.29%-
XYZ4032.8989.03-
YUV158.01175.96128.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.28%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 243 (95.31% from 255) = 44.75%
R=29.28%
G=25.97%
B=44.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1591412430.350.4200.05250.5980.9575.29
Hex9F8DF3232A05fb514b
Octal237215363435205373121113
Binary10011111100011011111001110001110101001011111101110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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