#894DC1

Color #894DC1 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #894DC1

Tints of Deep Lilac #894DC1

Color information

#894DC1 (or 0x894DC1) is unknown color: approx Deep Lilac. HEX triplet: 89, 4D and C1. RGB value is (137,77,193). Sum of RGB (Red+Green+Blue) = 137+77+193=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #894DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894DC1 is #76B23E. Grayscale: #6B6B6B. Windows color (decimal): -7778879 or 12668297. OLE color: 12668297.

HSL color Cylindrical-coordinate representation of color #894DC1: hue angle of 271.03º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #894DC1 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13777193-
CMYK0.290.6000.24
HSL271.03º48.33%52.94%-
HSV(B)271.03º60.1%75.69%-
XYZ22.614.4852.06-
YUV108.16175.88148.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.66%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 193 (75.78% from 255) = 47.42%
R=33.66%
G=18.92%
B=47.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal137771930.290.6000.24271.0348.3352.94
Hex894DC11D3C01810f3035
Octal21111530135740304176065
Binary1000100110011011100000111101111100011000100001111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #894DC1;
 }
 .AnyTagClassName
 {
   color: #894DC1;
 }
</style>
background-color css

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

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

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

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

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

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