Html Css Color HEX #894EBA Deep Lilac

📋 copy color: '#894EBA'

red 137 ◦ green 78 ◦ blue 186

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

Shades of Deep Lilac #894EBA

Tints of Deep Lilac #894EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 34.16%
G = 19.45%
B = 46.38%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#894EBA (or 0x894EBA) is known color: Deep Lilac. HEX triplet: 89, 4E and BA. RGB value is (137,78,186). Sum of RGB (Red+Green+Blue) = 137+78+186=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #894EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894EBA is #76B145. Grayscale: #6B6B6B. Windows color (decimal): -7778630 or 12209801. OLE color: 12209801.

HSL color Cylindrical-coordinate representation of color #894EBA: hue angle of 272.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #894EBA is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 78 186 -
CMYK 0.26 0.58 0 0.27
HSL 272.78º 0.44% 0.52% -
HSV(B) 272.78º 0.58% 0.73% -
XYZ 21.9 14.31 48.06 -
YUV 107.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 137 78 186 0.26 0.58 0 0.27 272.78 0.44 0.52
Hex 89 4E BA 1A 3A 0 1B 111 2C 34
Octal 211 116 272 32 72 0 33 421 54 64
Binary 10001001 1001110 10111010 11010 111010 0 11011 100010001 101100 110100

Color Harmonies of #894EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894EBA

Black with #894EBA

Text Example


Text Example

White with #894EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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