Html Css Color HEX #894DB5 Deep Lilac

📋 copy color: '#894DB5'

red 137 ◦ green 77 ◦ blue 181

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

Shades of Deep Lilac #894DB5

Tints of Deep Lilac #894DB5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.49%

 BLUE value IS 181 (71.09% from 255) = 45.82%

R = 34.68%
G = 19.49%
B = 45.82%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#894DB5 (or 0x894DB5) is known color: Deep Lilac. HEX triplet: 89, 4D and B5. RGB value is (137,77,181). Sum of RGB (Red+Green+Blue) = 137+77+181=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #894DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894DB5 is #76B24A. Grayscale: #6A6A6A. Windows color (decimal): -7778891 or 11881865. OLE color: 11881865.

HSL color Cylindrical-coordinate representation of color #894DB5: hue angle of 274.62º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #894DB5 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 77 181 -
CMYK 0.24 0.57 0 0.29
HSL 274.62º 0.41% 0.51% -
HSV(B) 274.62º 0.57% 0.71% -
XYZ 21.31 13.96 45.29 -
YUV 106.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 137 77 181 0.24 0.57 0 0.29 274.62 0.41 0.51
Hex 89 4D B5 18 39 0 1D 113 29 33
Octal 211 115 265 30 71 0 35 423 51 63
Binary 10001001 1001101 10110101 11000 111001 0 11101 100010011 101001 110011

Color Harmonies of #894DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894DB5

Black with #894DB5

Text Example


Text Example

White with #894DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,77,181); }

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

background-color css

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

 a { background-color: rgb(137,77,181); }

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

border-color css

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

 span { border-color: rgb(137,77,181); }

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