#945AAC

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

Shades of Deep Lilac #945AAC

Tints of Deep Lilac #945AAC

Color information

#945AAC (or 0x945AAC) is unknown color: approx Deep Lilac. HEX triplet: 94, 5A and AC. RGB value is (148,90,172). Sum of RGB (Red+Green+Blue) = 148+90+172=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #945AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945AAC is #6BA553. Grayscale: #747474. Windows color (decimal): -7054676 or 11295380. OLE color: 11295380.

HSL color Cylindrical-coordinate representation of color #945AAC: hue angle of 282.44º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #945AAC is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14890172-
CMYK0.140.4800.33
HSL282.44º33.06%51.37%-
HSV(B)282.44º47.67%67.45%-
XYZ23.3216.5941-
YUV116.69159.22150.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 90 (35.55% from 255) = 21.95%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=36.10%
G=21.95%
B=41.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148901720.140.4800.33282.4433.0651.37
Hex945AACE3002111a2133
Octal22413225416600414324163
Binary1001010010110101010110011101100000100001100011010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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