Html Css Color HEX #9E89DF Biloba Flower

📋 copy color: '#9E89DF'

red 158 ◦ green 137 ◦ blue 223

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

Shades of Biloba Flower #9E89DF

Tints of Biloba Flower #9E89DF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.45%

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 30.5%
G = 26.45%
B = 43.05%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E89DF (or 0x9E89DF) is known color: Biloba Flower. HEX triplet: 9E, 89 and DF. RGB value is (158,137,223). Sum of RGB (Red+Green+Blue) = 158+137+223=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E89DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E89DF is #617620. Grayscale: #989898. Windows color (decimal): -6387233 or 14649758. OLE color: 14649758.

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

Color convert

RGB 158 137 223 -
CMYK 0.29 0.39 0 0.13
HSL 254.65º 0.57% 0.71% -
HSV(B) 254.65º 0.39% 0.87% -
XYZ 36.37 30.49 73.78 -
YUV 153.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 158 137 223 0.29 0.39 0 0.13 254.65 0.57 0.71
Hex 9E 89 DF 1D 27 0 D FF 39 47
Octal 236 211 337 35 47 0 15 377 71 107
Binary 10011110 10001001 11011111 11101 100111 0 1101 11111111 111001 1000111

Color Harmonies of #9E89DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E89DF

Black with #9E89DF

Text Example


Text Example

White with #9E89DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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