#9D89DA

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

Shades of Biloba Flower #9D89DA

Tints of Biloba Flower #9D89DA

Color information

#9D89DA (or 0x9D89DA) is unknown color: approx Biloba Flower. HEX triplet: 9D, 89 and DA. RGB value is (157,137,218). Sum of RGB (Red+Green+Blue) = 157+137+218=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D89DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D89DA is #627625. Grayscale: #979797. Windows color (decimal): -6452774 or 14322077. OLE color: 14322077.

HSL color Cylindrical-coordinate representation of color #9D89DA: hue angle of 254.81º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D89DA is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB157137218-
CMYK0.280.3700.15
HSL254.81º52.26%69.61%-
HSV(B)254.81º37.16%85.49%-
XYZ35.5130.1270.27-
YUV152.21165.13131.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.66%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=30.66%
G=26.76%
B=42.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1571372180.280.3700.15254.8152.2669.61
Hex9D89DA1C250Fff3446
Octal235211332344501737764106
Binary1001110110001001110110101110010010101111111111111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,137,218); }

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

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

 a { background-color: rgb(157,137,218); }

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

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

 span { border-color: rgb(157,137,218); }

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