#894CBE

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

Shades of Deep Lilac #894CBE

Tints of Deep Lilac #894CBE

Color information

#894CBE (or 0x894CBE) is unknown color: approx Deep Lilac. HEX triplet: 89, 4C and BE. RGB value is (137,76,190). Sum of RGB (Red+Green+Blue) = 137+76+190=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #894CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CBE is #76B341. Grayscale: #6A6A6A. Windows color (decimal): -7779138 or 12471433. OLE color: 12471433.

HSL color Cylindrical-coordinate representation of color #894CBE: hue angle of 272.11º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #894CBE is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13776190-
CMYK0.280.6000.25
HSL272.11º46.72%52.16%-
HSV(B)272.11º60%74.51%-
XYZ22.214.250.29-
YUV107.23174.71149.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.00%
GREEN value IS 76 (30.08% from 255) = 18.86%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=34.00%
G=18.86%
B=47.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137761900.280.6000.25272.1146.7252.16
Hex894CBE1C3C0191102f34
Octal21111427634740314205764
Binary1000100110011001011111011100111100011001100010000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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