#894CC1

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

Shades of Deep Lilac #894CC1

Tints of Deep Lilac #894CC1

Color information

#894CC1 (or 0x894CC1) is unknown color: approx Deep Lilac. HEX triplet: 89, 4C and C1. RGB value is (137,76,193). Sum of RGB (Red+Green+Blue) = 137+76+193=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #894CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CC1 is #76B33E. Grayscale: #6B6B6B. Windows color (decimal): -7779135 or 12668041. OLE color: 12668041.

HSL color Cylindrical-coordinate representation of color #894CC1: hue angle of 271.28º 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 #894CC1 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13776193-
CMYK0.290.6100.24
HSL271.28º48.55%52.75%-
HSV(B)271.28º60.62%75.69%-
XYZ22.5314.3452.03-
YUV107.58176.21148.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=33.74%
G=18.72%
B=47.54%

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
Decimal137761930.290.6100.24271.2848.5552.75
Hex894CC11D3D01810f3135
Octal21111430135750304176165
Binary1000100110011001100000111101111101011000100001111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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