#924EC0

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

Shades of Deep Lilac #924EC0

Tints of Deep Lilac #924EC0

Color information

#924EC0 (or 0x924EC0) is unknown color: approx Deep Lilac. HEX triplet: 92, 4E and C0. RGB value is (146,78,192). Sum of RGB (Red+Green+Blue) = 146+78+192=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #924EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924EC0 is #6DB13F. Grayscale: #6E6E6E. Windows color (decimal): -7188800 or 12603026. OLE color: 12603026.

HSL color Cylindrical-coordinate representation of color #924EC0: hue angle of 275.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #924EC0 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14678192-
CMYK0.240.5900.25
HSL275.79º47.5%52.94%-
HSV(B)275.79º59.38%75.29%-
XYZ24.0915.3751.57-
YUV111.33173.53152.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 78 (30.86% from 255) = 18.75%
BLUE value IS 192 (75.39% from 255) = 46.15%
R=35.10%
G=18.75%
B=46.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146781920.240.5900.25275.7947.552.94
Hex924EC0183B0191143035
Octal22211630030730314246065
Binary1001001010011101100000011000111011011001100010100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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