#894CB9

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

Shades of Deep Lilac #894CB9

Tints of Deep Lilac #894CB9

Color information

#894CB9 (or 0x894CB9) is unknown color: approx Deep Lilac. HEX triplet: 89, 4C and B9. RGB value is (137,76,185). Sum of RGB (Red+Green+Blue) = 137+76+185=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #894CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CB9 is #76B346. Grayscale: #6A6A6A. Windows color (decimal): -7779143 or 12143753. OLE color: 12143753.

HSL color Cylindrical-coordinate representation of color #894CB9: hue angle of 273.58º 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 #894CB9 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13776185-
CMYK0.260.5900.27
HSL273.58º43.78%51.18%-
HSV(B)273.58º58.92%72.55%-
XYZ21.6613.9947.46-
YUV106.66172.21149.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 76 (30.08% from 255) = 19.10%
BLUE value IS 185 (72.66% from 255) = 46.48%
R=34.42%
G=19.10%
B=46.48%

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
Decimal137761850.260.5900.27273.5843.7851.18
Hex894CB91A3B01B1122c33
Octal21111427132730334225463
Binary1000100110011001011100111010111011011011100010010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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