#9E8ADF

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

Shades of Biloba Flower #9E8ADF

Tints of Biloba Flower #9E8ADF

Color information

#9E8ADF (or 0x9E8ADF) is unknown color: approx Biloba Flower. HEX triplet: 9E, 8A and DF. RGB value is (158,138,223). Sum of RGB (Red+Green+Blue) = 158+138+223=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E8ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8ADF is #617520. Grayscale: #999999. Windows color (decimal): -6386977 or 14650014. OLE color: 14650014.

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

Color convert

RGB158138223-
CMYK0.290.3800.13
HSL254.12º57.05%70.78%-
HSV(B)254.12º38.12%87.45%-
XYZ36.5130.7773.83-
YUV153.67167.13131.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 138 (54.30% from 255) = 26.59%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=30.44%
G=26.59%
B=42.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581382230.290.3800.13254.1257.0570.78
Hex9E8ADF1D260Dfe3947
Octal236212337354601537671107
Binary1001111010001010110111111110110011001101111111101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,138,223); }

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

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

 a { background-color: rgb(158,138,223); }

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

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

 span { border-color: rgb(158,138,223); }

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