#9E8BDD

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

Shades of Biloba Flower #9E8BDD

Tints of Biloba Flower #9E8BDD

Color information

#9E8BDD (or 0x9E8BDD) is unknown color: approx Biloba Flower. HEX triplet: 9E, 8B and DD. RGB value is (158,139,221). Sum of RGB (Red+Green+Blue) = 158+139+221=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E8BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8BDD is #617422. Grayscale: #999999. Windows color (decimal): -6386723 or 14519198. OLE color: 14519198.

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

Color convert

RGB158139221-
CMYK0.290.3700.13
HSL253.9º54.67%70.59%-
HSV(B)253.9º37.1%86.67%-
XYZ36.3830.9572.46-
YUV154.03165.79130.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 139 (54.69% from 255) = 26.83%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=30.50%
G=26.83%
B=42.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581392210.290.3700.13253.954.6770.59
Hex9E8BDD1D250Dfe3747
Octal236213335354501537667107
Binary1001111010001011110111011110110010101101111111101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,139,221); }

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

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

 a { background-color: rgb(158,139,221); }

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

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

 span { border-color: rgb(158,139,221); }

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