#9D89DB

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

Shades of Biloba Flower #9D89DB

Tints of Biloba Flower #9D89DB

Color information

#9D89DB (or 0x9D89DB) is unknown color: approx Biloba Flower. HEX triplet: 9D, 89 and DB. RGB value is (157,137,219). Sum of RGB (Red+Green+Blue) = 157+137+219=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D89DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D89DB is #627624. Grayscale: #989898. Windows color (decimal): -6452773 or 14387613. OLE color: 14387613.

HSL color Cylindrical-coordinate representation of color #9D89DB: hue angle of 254.63º 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 #9D89DB is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157137219-
CMYK0.280.3700.14
HSL254.63º53.25%69.8%-
HSV(B)254.63º37.44%85.88%-
XYZ35.6430.1770.96-
YUV152.33165.63131.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 219 (85.94% from 255) = 42.69%
R=30.60%
G=26.71%
B=42.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571372190.280.3700.14254.6353.2569.8
Hex9D89DB1C250Eff3546
Octal235211333344501637765106
Binary1001110110001001110110111110010010101110111111111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D89DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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