#923CAE

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

Shades of Deep Lilac #923CAE

Tints of Deep Lilac #923CAE

Color information

#923CAE (or 0x923CAE) is unknown color: approx Deep Lilac. HEX triplet: 92, 3C and AE. RGB value is (146,60,174). Sum of RGB (Red+Green+Blue) = 146+60+174=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #923CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923CAE is #6DC351. Grayscale: #626262. Windows color (decimal): -7193426 or 11418770. OLE color: 11418770.

HSL color Cylindrical-coordinate representation of color #923CAE: hue angle of 285.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923CAE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14660174-
CMYK0.160.6600.32
HSL285.26º48.72%45.88%-
HSV(B)285.26º65.52%68.24%-
XYZ21.1112.441.32-
YUV98.71170.49161.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.42%
GREEN value IS 60 (23.83% from 255) = 15.79%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=38.42%
G=15.79%
B=45.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146601740.160.6600.32285.2648.7245.88
Hex923CAE104202011d312e
Octal22274256201020404356156
Binary10010010111100101011101000010000100100000100011101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923CAE; }

 p { color: rgb(146,60,174); }

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

<style>
 a { background-color: #923CAE; }

 a { background-color: rgb(146,60,174); }

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

<style>
 span { border-color: #923CAE; }

 span { border-color: rgb(146,60,174); }

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