#9E8BD6

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

Shades of Biloba Flower #9E8BD6

Tints of Biloba Flower #9E8BD6

Color information

#9E8BD6 (or 0x9E8BD6) is unknown color: approx Biloba Flower. HEX triplet: 9E, 8B and D6. RGB value is (158,139,214). Sum of RGB (Red+Green+Blue) = 158+139+214=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #9E8BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8BD6 is #617429. Grayscale: #989898. Windows color (decimal): -6386730 or 14060446. OLE color: 14060446.

HSL color Cylindrical-coordinate representation of color #9E8BD6: hue angle of 255.2º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E8BD6 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB158139214-
CMYK0.260.3500.16
HSL255.2º47.77%69.22%-
HSV(B)255.2º35.05%83.92%-
XYZ35.4730.5967.65-
YUV153.23162.29131.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.92%
GREEN value IS 139 (54.69% from 255) = 27.20%
BLUE value IS 214 (83.98% from 255) = 41.88%
R=30.92%
G=27.20%
B=41.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1581392140.260.3500.16255.247.7769.22
Hex9E8BD61A23010ff3045
Octal236213326324302037760105
Binary10011110100010111101011011010100011010000111111111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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