Html Css Color HEX #9E8AE1 Biloba Flower

📋 copy color: '#9E8AE1'

red 158 ◦ green 138 ◦ blue 225

#9E8AE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #9E8AE1

Tints of Biloba Flower #9E8AE1

RGB

 RED value IS 158 (62.11% from 255) = 30.33%

 GREEN value IS 138 (54.3% from 255) = 26.49%

 BLUE value IS 225 (88.28% from 255) = 43.19%

R = 30.33%
G = 26.49%
B = 43.19%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9E8AE1 (or 0x9E8AE1) is known color: Biloba Flower. HEX triplet: 9E, 8A and E1. RGB value is (158,138,225). Sum of RGB (Red+Green+Blue) = 158+138+225=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E8AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8AE1 is #61751E. Grayscale: #999999. Windows color (decimal): -6386975 or 14781086. OLE color: 14781086.

HSL color Cylindrical-coordinate representation of color #9E8AE1: hue angle of 253.79º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E8AE1 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 138 225 -
CMYK 0.30 0.39 0 0.12
HSL 253.79º 0.59% 0.71% -
HSV(B) 253.79º 0.39% 0.88% -
XYZ 36.78 30.88 75.26 -
YUV 153.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 158 138 225 0.30 0.39 0 0.12 253.79 0.59 0.71
Hex 9E 8A E1 1E 27 0 C FE 3B 47
Octal 236 212 341 36 47 0 14 376 73 107
Binary 10011110 10001010 11100001 11110 100111 0 1100 11111110 111011 1000111

Color Harmonies of #9E8AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8AE1

Black with #9E8AE1

Text Example


Text Example

White with #9E8AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E8AE1;
 }
 .AnyTagClassName
 {
   color: #9E8AE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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