#945AAE

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

Shades of Deep Lilac #945AAE

Tints of Deep Lilac #945AAE

Color information

#945AAE (or 0x945AAE) is unknown color: approx Deep Lilac. HEX triplet: 94, 5A and AE. RGB value is (148,90,174). Sum of RGB (Red+Green+Blue) = 148+90+174=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #945AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945AAE is #6BA551. Grayscale: #747474. Windows color (decimal): -7054674 or 11426452. OLE color: 11426452.

HSL color Cylindrical-coordinate representation of color #945AAE: hue angle of 281.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #945AAE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14890174-
CMYK0.150.4800.32
HSL281.43º34.15%51.76%-
HSV(B)281.43º48.28%68.24%-
XYZ23.5116.6642.02-
YUV116.92160.22150.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 90 (35.55% from 255) = 21.84%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=35.92%
G=21.84%
B=42.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148901740.150.4800.32281.4334.1551.76
Hex945AAEF300201192234
Octal22413225617600404314264
Binary1001010010110101010111011111100000100000100011001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945AAE; }

 p { color: rgb(148,90,174); }

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

<style>
 a { background-color: #945AAE; }

 a { background-color: rgb(148,90,174); }

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

<style>
 span { border-color: #945AAE; }

 span { border-color: rgb(148,90,174); }

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