#9F89DB

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

Shades of Biloba Flower #9F89DB

Tints of Biloba Flower #9F89DB

Color information

#9F89DB (or 0x9F89DB) is unknown color: approx Biloba Flower. HEX triplet: 9F, 89 and DB. RGB value is (159,137,219). Sum of RGB (Red+Green+Blue) = 159+137+219=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F89DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89DB is #607624. Grayscale: #989898. Windows color (decimal): -6321701 or 14387615. OLE color: 14387615.

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

Color convert

RGB159137219-
CMYK0.270.3700.14
HSL256.1º53.25%69.8%-
HSV(B)256.1º37.44%85.88%-
XYZ36.0330.3870.98-
YUV152.93165.29132.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.87%
GREEN value IS 137 (53.91% from 255) = 26.60%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=30.87%
G=26.60%
B=42.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591372190.270.3700.14256.153.2569.8
Hex9F89DB1B250E1003546
Octal237211333334501640065106
Binary10011111100010011101101111011100101011101000000001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F89DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,137,219); }

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

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

 a { background-color: rgb(159,137,219); }

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

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

 span { border-color: rgb(159,137,219); }

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