#914EAC

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

Shades of Deep Lilac #914EAC

Tints of Deep Lilac #914EAC

Color information

#914EAC (or 0x914EAC) is unknown color: approx Deep Lilac. HEX triplet: 91, 4E and AC. RGB value is (145,78,172). Sum of RGB (Red+Green+Blue) = 145+78+172=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #914EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914EAC is #6EB153. Grayscale: #6C6C6C. Windows color (decimal): -7254356 or 11292305. OLE color: 11292305.

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

Color convert

RGB14578172-
CMYK0.160.5500.33
HSL282.77º37.6%49.02%-
HSV(B)282.77º54.65%67.45%-
XYZ21.8514.4540.67-
YUV108.75163.7153.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=36.71%
G=19.75%
B=43.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145781720.160.5500.33282.7737.649.02
Hex914EAC103702111b2631
Octal22111625420670414334661
Binary10010001100111010101100100001101110100001100011011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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