#924AAB

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

Shades of Deep Lilac #924AAB

Tints of Deep Lilac #924AAB

Color information

#924AAB (or 0x924AAB) is unknown color: approx Deep Lilac. HEX triplet: 92, 4A and AB. RGB value is (146,74,171). Sum of RGB (Red+Green+Blue) = 146+74+171=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #924AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924AAB is #6DB554. Grayscale: #6A6A6A. Windows color (decimal): -7189845 or 11225746. OLE color: 11225746.

HSL color Cylindrical-coordinate representation of color #924AAB: hue angle of 284.54º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #924AAB is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14674171-
CMYK0.150.5700.33
HSL284.54º39.59%48.04%-
HSV(B)284.54º56.73%67.06%-
XYZ21.6513.9540.08-
YUV106.59164.35156.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 74 (29.30% from 255) = 18.93%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=37.34%
G=18.93%
B=43.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146741710.150.5700.33284.5439.5948.04
Hex924AABF3902111d2830
Octal22211225317710414355060
Binary1001001010010101010101111111110010100001100011101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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