#924DAF

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

Shades of Deep Lilac #924DAF

Tints of Deep Lilac #924DAF

Color information

#924DAF (or 0x924DAF) is unknown color: approx Deep Lilac. HEX triplet: 92, 4D and AF. RGB value is (146,77,175). Sum of RGB (Red+Green+Blue) = 146+77+175=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #924DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924DAF is #6DB250. Grayscale: #6C6C6C. Windows color (decimal): -7189073 or 11488658. OLE color: 11488658.

HSL color Cylindrical-coordinate representation of color #924DAF: hue angle of 282.24º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #924DAF is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14677175-
CMYK0.170.5600.31
HSL282.24º38.89%49.41%-
HSV(B)282.24º56%68.63%-
XYZ22.2514.5142.19-
YUV108.8165.36154.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.68%
GREEN value IS 77 (30.47% from 255) = 19.35%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=36.68%
G=19.35%
B=43.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146771750.170.5600.31282.2438.8949.41
Hex924DAF113801F11a2731
Octal22211525721700374324761
Binary1001001010011011010111110001111000011111100011010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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