#894AC0

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

Shades of Deep Lilac #894AC0

Tints of Deep Lilac #894AC0

Color information

#894AC0 (or 0x894AC0) is unknown color: approx Deep Lilac. HEX triplet: 89, 4A and C0. RGB value is (137,74,192). Sum of RGB (Red+Green+Blue) = 137+74+192=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #894AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894AC0 is #76B53F. Grayscale: #696969. Windows color (decimal): -7779648 or 12601993. OLE color: 12601993.

HSL color Cylindrical-coordinate representation of color #894AC0: hue angle of 272.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #894AC0 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13774192-
CMYK0.290.6100.25
HSL272.03º48.36%52.16%-
HSV(B)272.03º61.46%75.29%-
XYZ22.2814.0251.4-
YUV106.29176.37149.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.00%
GREEN value IS 74 (29.30% from 255) = 18.36%
BLUE value IS 192 (75.39% from 255) = 47.64%
R=34.00%
G=18.36%
B=47.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137741920.290.6100.25272.0348.3652.16
Hex894AC01D3D0191103034
Octal21111230035750314206064
Binary1000100110010101100000011101111101011001100010000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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