#924DAC

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

Shades of Deep Lilac #924DAC

Tints of Deep Lilac #924DAC

Color information

#924DAC (or 0x924DAC) is unknown color: approx Deep Lilac. HEX triplet: 92, 4D and AC. RGB value is (146,77,172). Sum of RGB (Red+Green+Blue) = 146+77+172=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 77 (30.47% from 255 or 19.49% 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 #924DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924DAC is #6DB253. Grayscale: #6C6C6C. Windows color (decimal): -7189076 or 11292050. OLE color: 11292050.

HSL color Cylindrical-coordinate representation of color #924DAC: hue angle of 283.58º 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 #924DAC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14677172-
CMYK0.150.5500.33
HSL283.58º38.15%48.82%-
HSV(B)283.58º55.23%67.45%-
XYZ21.9514.440.65-
YUV108.46163.86154.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=36.96%
G=19.49%
B=43.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146771720.150.5500.33283.5838.1548.82
Hex924DACF3702111c2631
Octal22211525417670414344661
Binary1001001010011011010110011111101110100001100011100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,77,172); }

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

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

 a { background-color: rgb(146,77,172); }

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

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

 span { border-color: rgb(146,77,172); }

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