#924DAB

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

Shades of Deep Lilac #924DAB

Tints of Deep Lilac #924DAB

Color information

#924DAB (or 0x924DAB) is unknown color: approx Deep Lilac. HEX triplet: 92, 4D and AB. RGB value is (146,77,171). Sum of RGB (Red+Green+Blue) = 146+77+171=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #924DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924DAB is #6DB254. Grayscale: #6C6C6C. Windows color (decimal): -7189077 or 11226514. OLE color: 11226514.

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

Color convert

RGB14677171-
CMYK0.150.5500.33
HSL284.04º37.9%48.63%-
HSV(B)284.04º54.97%67.06%-
XYZ21.8614.3640.15-
YUV108.35163.36154.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 77 (30.47% from 255) = 19.54%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=37.06%
G=19.54%
B=43.40%

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
Decimal146771710.150.5500.33284.0437.948.63
Hex924DABF3702111c2631
Octal22211525317670414344661
Binary1001001010011011010101111111101110100001100011100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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