#9F88DA

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

Shades of Biloba Flower #9F88DA

Tints of Biloba Flower #9F88DA

Color information

#9F88DA (or 0x9F88DA) is unknown color: approx Biloba Flower. HEX triplet: 9F, 88 and DA. RGB value is (159,136,218). Sum of RGB (Red+Green+Blue) = 159+136+218=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F88DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88DA is #607725. Grayscale: #979797. Windows color (decimal): -6321958 or 14321823. OLE color: 14321823.

HSL color Cylindrical-coordinate representation of color #9F88DA: hue angle of 256.83º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F88DA is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB159136218-
CMYK0.270.3800.15
HSL256.83º52.56%69.41%-
HSV(B)256.83º37.61%85.49%-
XYZ35.7630.0470.24-
YUV152.22165.12132.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 136 (53.52% from 255) = 26.51%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=30.99%
G=26.51%
B=42.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1591362180.270.3800.15256.8352.5669.41
Hex9F88DA1B260F1013545
Octal237210332334601740165105
Binary10011111100010001101101011011100110011111000000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F88DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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