Html Css Color HEX #894ABA Deep Lilac

📋 copy color: '#894ABA'

red 137 ◦ green 74 ◦ blue 186

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

Shades of Deep Lilac #894ABA

Tints of Deep Lilac #894ABA

RGB

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

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

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

R = 34.51%
G = 18.64%
B = 46.85%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#894ABA (or 0x894ABA) is known color: Deep Lilac. HEX triplet: 89, 4A and BA. RGB value is (137,74,186). Sum of RGB (Red+Green+Blue) = 137+74+186=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #894ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894ABA is #76B545. Grayscale: #696969. Windows color (decimal): -7779654 or 12208777. OLE color: 12208777.

HSL color Cylindrical-coordinate representation of color #894ABA: hue angle of 273.75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #894ABA is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 74 186 -
CMYK 0.26 0.60 0 0.27
HSL 273.75º 0.45% 0.51% -
HSV(B) 273.75º 0.6% 0.73% -
XYZ 21.63 13.76 47.97 -
YUV 105.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 137 74 186 0.26 0.60 0 0.27 273.75 0.45 0.51
Hex 89 4A BA 1A 3C 0 1B 112 2D 33
Octal 211 112 272 32 74 0 33 422 55 63
Binary 10001001 1001010 10111010 11010 111100 0 11011 100010010 101101 110011

Color Harmonies of #894ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894ABA

Black with #894ABA

Text Example


Text Example

White with #894ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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