#9F8EDC

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

Shades of Biloba Flower #9F8EDC

Tints of Biloba Flower #9F8EDC

Color information

#9F8EDC (or 0x9F8EDC) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8E and DC. RGB value is (159,142,220). Sum of RGB (Red+Green+Blue) = 159+142+220=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F8EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8EDC is #607123. Grayscale: #9B9B9B. Windows color (decimal): -6320420 or 14454431. OLE color: 14454431.

HSL color Cylindrical-coordinate representation of color #9F8EDC: hue angle of 253.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F8EDC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159142220-
CMYK0.280.3500.14
HSL253.08º52.7%70.98%-
HSV(B)253.08º35.45%86.27%-
XYZ36.8931.8871.92-
YUV155.98164.13130.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.52%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=30.52%
G=27.26%
B=42.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591422200.280.3500.14253.0852.770.98
Hex9F8EDC1C230Efd3547
Octal237216334344301637565107
Binary1001111110001110110111001110010001101110111111011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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