#9E8BD5

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

Shades of Biloba Flower #9E8BD5

Tints of Biloba Flower #9E8BD5

Color information

#9E8BD5 (or 0x9E8BD5) is unknown color: approx Biloba Flower. HEX triplet: 9E, 8B and D5. RGB value is (158,139,213). Sum of RGB (Red+Green+Blue) = 158+139+213=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E8BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8BD5 is #61742A. Grayscale: #989898. Windows color (decimal): -6386731 or 13994910. OLE color: 13994910.

HSL color Cylindrical-coordinate representation of color #9E8BD5: hue angle of 255.41º degrees, saturation: 0.47, 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 #9E8BD5 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB158139213-
CMYK0.260.3500.16
HSL255.41º46.84%69.02%-
HSV(B)255.41º34.74%83.53%-
XYZ35.3430.5466.98-
YUV153.12161.79131.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 213 (83.59% from 255) = 41.76%
R=30.98%
G=27.25%
B=41.76%

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
Decimal1581392130.260.3500.16255.4146.8469.02
Hex9E8BD51A23010ff2f45
Octal236213325324302037757105
Binary10011110100010111101010111010100011010000111111111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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