Html Css Color HEX #894AC8 Deep Lilac

📋 copy color: '#894AC8'

red 137 ◦ green 74 ◦ blue 200

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

Shades of Deep Lilac #894AC8

Tints of Deep Lilac #894AC8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18%

 BLUE value IS 200 (78.52% from 255) = 48.66%

R = 33.33%
G = 18%
B = 48.66%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#894AC8 (or 0x894AC8) is known color: Deep Lilac. HEX triplet: 89, 4A and C8. RGB value is (137,74,200). Sum of RGB (Red+Green+Blue) = 137+74+200=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #894AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894AC8 is #76B537. Grayscale: #6A6A6A. Windows color (decimal): -7779640 or 13126281. OLE color: 13126281.

HSL color Cylindrical-coordinate representation of color #894AC8: hue angle of 270º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #894AC8 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 74 200 -
CMYK 0.32 0.63 0 0.22
HSL 270º 0.53% 0.54% -
HSV(B) 270º 0.63% 0.78% -
XYZ 23.19 14.39 56.2 -
YUV 107.2 180.37 149.25 -
System Red Green Blue C M Y K H S L
Decimal 137 74 200 0.32 0.63 0 0.22 270 0.53 0.54
Hex 89 4A C8 20 3F 0 16 10E 35 36
Octal 211 112 310 40 77 0 26 416 65 66
Binary 10001001 1001010 11001000 100000 111111 0 10110 100001110 110101 110110

Color Harmonies of #894AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894AC8

Black with #894AC8

Text Example


Text Example

White with #894AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,74,200); }

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

background-color css

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

 a { background-color: rgb(137,74,200); }

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

border-color css

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

 span { border-color: rgb(137,74,200); }

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