#924EAE

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

Shades of Deep Lilac #924EAE

Tints of Deep Lilac #924EAE

Color information

#924EAE (or 0x924EAE) is unknown color: approx Deep Lilac. HEX triplet: 92, 4E and AE. RGB value is (146,78,174). Sum of RGB (Red+Green+Blue) = 146+78+174=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #924EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924EAE is #6DB151. Grayscale: #6C6C6C. Windows color (decimal): -7188818 or 11423378. OLE color: 11423378.

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

Color convert

RGB14678174-
CMYK0.160.5500.32
HSL282.5º38.1%49.41%-
HSV(B)282.5º55.17%68.24%-
XYZ22.2214.6241.69-
YUV109.28164.53154.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.68%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=36.68%
G=19.60%
B=43.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146781740.160.5500.32282.538.149.41
Hex924EAE103702011a2631
Octal22211625620670404324661
Binary10010010100111010101110100001101110100000100011010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924EAE; }

 p { color: rgb(146,78,174); }

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

<style>
 a { background-color: #924EAE; }

 a { background-color: rgb(146,78,174); }

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

<style>
 span { border-color: #924EAE; }

 span { border-color: rgb(146,78,174); }

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