#894BC0

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

Shades of Deep Lilac #894BC0

Tints of Deep Lilac #894BC0

Color information

#894BC0 (or 0x894BC0) is unknown color: approx Deep Lilac. HEX triplet: 89, 4B and C0. RGB value is (137,75,192). Sum of RGB (Red+Green+Blue) = 137+75+192=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #894BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894BC0 is #76B43F. Grayscale: #6A6A6A. Windows color (decimal): -7779392 or 12602249. OLE color: 12602249.

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

Color convert

RGB13775192-
CMYK0.290.6100.25
HSL271.79º48.15%52.35%-
HSV(B)271.79º60.94%75.29%-
XYZ22.3514.1651.42-
YUV106.88176.04149.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.91%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 192 (75.39% from 255) = 47.52%
R=33.91%
G=18.56%
B=47.52%

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
Decimal137751920.290.6100.25271.7948.1552.35
Hex894BC01D3D0191103034
Octal21111330035750314206064
Binary1000100110010111100000011101111101011001100010000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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