#894CBA

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

Shades of Deep Lilac #894CBA

Tints of Deep Lilac #894CBA

Color information

#894CBA (or 0x894CBA) is unknown color: approx Deep Lilac. HEX triplet: 89, 4C and BA. RGB value is (137,76,186). Sum of RGB (Red+Green+Blue) = 137+76+186=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #894CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CBA is #76B345. Grayscale: #6A6A6A. Windows color (decimal): -7779142 or 12209289. OLE color: 12209289.

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

Color convert

RGB13776186-
CMYK0.260.5900.27
HSL273.27º44.35%51.37%-
HSV(B)273.27º59.14%72.94%-
XYZ21.7614.0348.02-
YUV106.78172.71149.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 76 (30.08% from 255) = 19.05%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=34.34%
G=19.05%
B=46.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal137761860.260.5900.27273.2744.3551.37
Hex894CBA1A3B01B1112c33
Octal21111427232730334215463
Binary1000100110011001011101011010111011011011100010001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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