#924AAF

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

Shades of Deep Lilac #924AAF

Tints of Deep Lilac #924AAF

Color information

#924AAF (or 0x924AAF) is unknown color: approx Deep Lilac. HEX triplet: 92, 4A and AF. RGB value is (146,74,175). Sum of RGB (Red+Green+Blue) = 146+74+175=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #924AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924AAF is #6DB550. Grayscale: #6A6A6A. Windows color (decimal): -7189841 or 11487890. OLE color: 11487890.

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

Color convert

RGB14674175-
CMYK0.170.5800.31
HSL282.77º40.56%48.82%-
HSV(B)282.77º57.71%68.63%-
XYZ22.0414.142.12-
YUV107.04166.35155.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=36.96%
G=18.73%
B=44.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146741750.170.5800.31282.7740.5648.82
Hex924AAF113A01F11b2931
Octal22211225721720374335161
Binary1001001010010101010111110001111010011111100011011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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