#924AB9

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

Shades of Deep Lilac #924AB9

Tints of Deep Lilac #924AB9

Color information

#924AB9 (or 0x924AB9) is unknown color: approx Deep Lilac. HEX triplet: 92, 4A and B9. RGB value is (146,74,185). Sum of RGB (Red+Green+Blue) = 146+74+185=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #924AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924AB9 is #6DB546. Grayscale: #6B6B6B. Windows color (decimal): -7189831 or 12143250. OLE color: 12143250.

HSL color Cylindrical-coordinate representation of color #924AB9: hue angle of 278.92º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #924AB9 is Cyan = 0.21, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14674185-
CMYK0.210.600.27
HSL278.92º44.22%50.78%-
HSV(B)278.92º60%72.55%-
XYZ23.0614.5147.48-
YUV108.18171.35154.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.05%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 185 (72.66% from 255) = 45.68%
R=36.05%
G=18.27%
B=45.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146741850.210.600.27278.9244.2250.78
Hex924AB9153C01B1172c33
Octal22211227125740334275463
Binary1001001010010101011100110101111100011011100010111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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