Html Css Color HEX #894EC0 Deep Lilac

📋 copy color: '#894EC0'

red 137 ◦ green 78 ◦ blue 192

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

Shades of Deep Lilac #894EC0

Tints of Deep Lilac #894EC0

RGB

 RED value IS 137 (53.91% from 255) = 33.66%

 GREEN value IS 78 (30.86% from 255) = 19.16%

 BLUE value IS 192 (75.39% from 255) = 47.17%

R = 33.66%
G = 19.16%
B = 47.17%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#894EC0 (or 0x894EC0) is known color: Deep Lilac. HEX triplet: 89, 4E and C0. RGB value is (137,78,192). Sum of RGB (Red+Green+Blue) = 137+78+192=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #894EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894EC0 is #76B13F. Grayscale: #6C6C6C. Windows color (decimal): -7778624 or 12603017. OLE color: 12603017.

HSL color Cylindrical-coordinate representation of color #894EC0: hue angle of 271.05º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #894EC0 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 78 192 -
CMYK 0.29 0.59 0 0.25
HSL 271.05º 0.48% 0.53% -
HSV(B) 271.05º 0.59% 0.75% -
XYZ 22.56 14.57 51.49 -
YUV 108.64 175.05 148.23 -
System Red Green Blue C M Y K H S L
Decimal 137 78 192 0.29 0.59 0 0.25 271.05 0.48 0.53
Hex 89 4E C0 1D 3B 0 19 10F 30 35
Octal 211 116 300 35 73 0 31 417 60 65
Binary 10001001 1001110 11000000 11101 111011 0 11001 100001111 110000 110101

Color Harmonies of #894EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894EC0

Black with #894EC0

Text Example


Text Example

White with #894EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894EC0; }

 p { color: rgb(137,78,192); }

 H1.HeaderClassName
 {
   color: #894EC0;
 }
 .AnyTagClassName
 {
   color: #894EC0;
 }
</style>

background-color css

<style>
 a { background-color: #894EC0; }

 a { background-color: rgb(137,78,192); }

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

border-color css

<style>
 span { border-color: #894EC0; }

 span { border-color: rgb(137,78,192); }

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