#894CC2

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

Shades of Deep Lilac #894CC2

Tints of Deep Lilac #894CC2

Color information

#894CC2 (or 0x894CC2) is unknown color: approx Deep Lilac. HEX triplet: 89, 4C and C2. RGB value is (137,76,194). Sum of RGB (Red+Green+Blue) = 137+76+194=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #894CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CC2 is #76B33D. Grayscale: #6B6B6B. Windows color (decimal): -7779134 or 12733577. OLE color: 12733577.

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

Color convert

RGB13776194-
CMYK0.290.6100.24
HSL271.02º49.17%52.94%-
HSV(B)271.02º60.82%76.08%-
XYZ22.6414.3852.62-
YUV107.69176.71148.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.66%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 194 (76.17% from 255) = 47.67%
R=33.66%
G=18.67%
B=47.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal137761940.290.6100.24271.0249.1752.94
Hex894CC21D3D01810f3135
Octal21111430235750304176165
Binary1000100110011001100001011101111101011000100001111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,76,194); }

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

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

 a { background-color: rgb(137,76,194); }

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

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

 span { border-color: rgb(137,76,194); }

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