#894CBB

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

Shades of Deep Lilac #894CBB

Tints of Deep Lilac #894CBB

Color information

#894CBB (or 0x894CBB) is unknown color: approx Deep Lilac. HEX triplet: 89, 4C and BB. RGB value is (137,76,187). Sum of RGB (Red+Green+Blue) = 137+76+187=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #894CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CBB is #76B344. Grayscale: #6A6A6A. Windows color (decimal): -7779141 or 12274825. OLE color: 12274825.

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

Color convert

RGB13776187-
CMYK0.270.5900.27
HSL272.97º44.94%51.57%-
HSV(B)272.97º59.36%73.33%-
XYZ21.8714.0848.58-
YUV106.89173.21149.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.25%
GREEN value IS 76 (30.08% from 255) = 19%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=34.25%
G=19%
B=46.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal137761870.270.5900.27272.9744.9451.57
Hex894CBB1B3B01B1112d34
Octal21111427333730334215564
Binary1000100110011001011101111011111011011011100010001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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