#894FC8

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

Shades of Deep Lilac #894FC8

Tints of Deep Lilac #894FC8

Color information

#894FC8 (or 0x894FC8) is unknown color: approx Deep Lilac. HEX triplet: 89, 4F and C8. RGB value is (137,79,200). Sum of RGB (Red+Green+Blue) = 137+79+200=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 200 - color contains mainly: blue. Hex color #894FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FC8 is #76B037. Grayscale: #6D6D6D. Windows color (decimal): -7778360 or 13127561. OLE color: 13127561.

HSL color Cylindrical-coordinate representation of color #894FC8: hue angle of 268.76º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #894FC8 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13779200-
CMYK0.320.6000.22
HSL268.76º52.38%54.71%-
HSV(B)268.76º60.5%78.43%-
XYZ23.5415.0856.31-
YUV110.14178.72147.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 79 (31.25% from 255) = 18.99%
BLUE value IS 200 (78.52% from 255) = 48.08%
R=32.93%
G=18.99%
B=48.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal137792000.320.6000.22268.7652.3854.71
Hex894FC8203C01610d3437
Octal21111731040740264156467
Binary10001001100111111001000100000111100010110100001101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,79,200); }

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

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

 a { background-color: rgb(137,79,200); }

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

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

 span { border-color: rgb(137,79,200); }

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