#9F8EF2

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

Shades of Biloba Flower #9F8EF2

Tints of Biloba Flower #9F8EF2

Color information

#9F8EF2 (or 0x9F8EF2) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8E and F2. RGB value is (159,142,242). Sum of RGB (Red+Green+Blue) = 159+142+242=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #9F8EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8EF2 is #60710D. Grayscale: #9E9E9E. Windows color (decimal): -6320398 or 15896223. OLE color: 15896223.

HSL color Cylindrical-coordinate representation of color #9F8EF2: hue angle of 250.2º degrees, saturation: 0.79, 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 #9F8EF2 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159142242-
CMYK0.340.4100.05
HSL250.2º79.37%75.29%-
HSV(B)250.2º41.32%94.9%-
XYZ4033.1388.29-
YUV158.48175.13128.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.28%
GREEN value IS 142 (55.86% from 255) = 26.15%
BLUE value IS 242 (94.92% from 255) = 44.57%
R=29.28%
G=26.15%
B=44.57%

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
Decimal1591422420.340.4100.05250.279.3775.29
Hex9F8EF2222905fa4f4b
Octal237216362425105372117113
Binary10011111100011101111001010001010100101011111101010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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