Html Css Color HEX #894DB2 Deep Lilac

📋 copy color: '#894DB2'

red 137 ◦ green 77 ◦ blue 178

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

Shades of Deep Lilac #894DB2

Tints of Deep Lilac #894DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.41%

R = 34.95%
G = 19.64%
B = 45.41%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#894DB2 (or 0x894DB2) is known color: Deep Lilac. HEX triplet: 89, 4D and B2. RGB value is (137,77,178). Sum of RGB (Red+Green+Blue) = 137+77+178=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 178 - color contains mainly: blue. Hex color #894DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894DB2 is #76B24D. Grayscale: #6A6A6A. Windows color (decimal): -7778894 or 11685257. OLE color: 11685257.

HSL color Cylindrical-coordinate representation of color #894DB2: hue angle of 275.64º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #894DB2 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 77 178 -
CMYK 0.23 0.57 0 0.30
HSL 275.64º 0.4% 0.5% -
HSV(B) 275.64º 0.57% 0.7% -
XYZ 21.01 13.84 43.68 -
YUV 106.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 137 77 178 0.23 0.57 0 0.30 275.64 0.4 0.5
Hex 89 4D B2 17 39 0 1E 114 28 32
Octal 211 115 262 27 71 0 36 424 50 62
Binary 10001001 1001101 10110010 10111 111001 0 11110 100010100 101000 110010

Color Harmonies of #894DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894DB2

Black with #894DB2

Text Example


Text Example

White with #894DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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