Html Css Color HEX #894DBA Deep Lilac

📋 copy color: '#894DBA'

red 137 ◦ green 77 ◦ blue 186

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

Shades of Deep Lilac #894DBA

Tints of Deep Lilac #894DBA

RGB

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

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

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

R = 34.25%
G = 19.25%
B = 46.5%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#894DBA (or 0x894DBA) is known color: Deep Lilac. HEX triplet: 89, 4D and BA. RGB value is (137,77,186). Sum of RGB (Red+Green+Blue) = 137+77+186=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #894DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894DBA is #76B245. Grayscale: #6A6A6A. Windows color (decimal): -7778886 or 12209545. OLE color: 12209545.

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

Color convert

RGB 137 77 186 -
CMYK 0.26 0.59 0 0.27
HSL 273.03º 0.44% 0.52% -
HSV(B) 273.03º 0.59% 0.73% -
XYZ 21.83 14.17 48.04 -
YUV 107.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 137 77 186 0.26 0.59 0 0.27 273.03 0.44 0.52
Hex 89 4D BA 1A 3B 0 1B 111 2C 34
Octal 211 115 272 32 73 0 33 421 54 64
Binary 10001001 1001101 10111010 11010 111011 0 11011 100010001 101100 110100

Color Harmonies of #894DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894DBA

Black with #894DBA

Text Example


Text Example

White with #894DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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