#914EAA

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

Shades of Deep Lilac #914EAA

Tints of Deep Lilac #914EAA

Color information

#914EAA (or 0x914EAA) is unknown color: approx Deep Lilac. HEX triplet: 91, 4E and AA. RGB value is (145,78,170). Sum of RGB (Red+Green+Blue) = 145+78+170=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #914EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914EAA is #6EB155. Grayscale: #6C6C6C. Windows color (decimal): -7254358 or 11161233. OLE color: 11161233.

HSL color Cylindrical-coordinate representation of color #914EAA: hue angle of 283.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #914EAA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14578170-
CMYK0.150.5400.33
HSL283.7º37.1%48.63%-
HSV(B)283.7º54.12%66.67%-
XYZ21.6614.3739.66-
YUV108.52162.7154.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 78 (30.86% from 255) = 19.85%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=36.90%
G=19.85%
B=43.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145781700.150.5400.33283.737.148.63
Hex914EAAF3602111c2531
Octal22111625217660414344561
Binary1001000110011101010101011111101100100001100011100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914EAA; }

 p { color: rgb(145,78,170); }

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

<style>
 a { background-color: #914EAA; }

 a { background-color: rgb(145,78,170); }

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

<style>
 span { border-color: #914EAA; }

 span { border-color: rgb(145,78,170); }

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