#9F88DF

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

Shades of Biloba Flower #9F88DF

Tints of Biloba Flower #9F88DF

Color information

#9F88DF (or 0x9F88DF) is unknown color: approx Biloba Flower. HEX triplet: 9F, 88 and DF. RGB value is (159,136,223). Sum of RGB (Red+Green+Blue) = 159+136+223=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F88DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88DF is #607720. Grayscale: #989898. Windows color (decimal): -6321953 or 14649503. OLE color: 14649503.

HSL color Cylindrical-coordinate representation of color #9F88DF: hue angle of 255.86º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F88DF is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159136223-
CMYK0.290.3900.13
HSL255.86º57.62%70.39%-
HSV(B)255.86º39.01%87.45%-
XYZ36.4230.3173.74-
YUV152.79167.62132.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 223 (87.5% from 255) = 43.05%
R=30.69%
G=26.25%
B=43.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591362230.290.3900.13255.8657.6270.39
Hex9F88DF1D270D1003a46
Octal237210337354701540072106
Binary10011111100010001101111111101100111011011000000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F88DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,136,223); }

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

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

 a { background-color: rgb(159,136,223); }

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

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

 span { border-color: rgb(159,136,223); }

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