#945CA9

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

Shades of Deep Lilac #945CA9

Tints of Deep Lilac #945CA9

Color information

#945CA9 (or 0x945CA9) is unknown color: approx Deep Lilac. HEX triplet: 94, 5C and A9. RGB value is (148,92,169). Sum of RGB (Red+Green+Blue) = 148+92+169=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 169 - color contains mainly: blue. Hex color #945CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945CA9 is #6BA356. Grayscale: #757575. Windows color (decimal): -7054167 or 11099284. OLE color: 11099284.

HSL color Cylindrical-coordinate representation of color #945CA9: hue angle of 283.64º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #945CA9 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14892169-
CMYK0.120.4600.34
HSL283.64º30.92%51.18%-
HSV(B)283.64º45.56%66.27%-
XYZ23.216.8139.56-
YUV117.52157.05149.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 169 (66.41% from 255) = 41.32%
R=36.19%
G=22.49%
B=41.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal148921690.120.4600.34283.6430.9251.18
Hex945CA9C2E02211c1f33
Octal22413425114560424343763
Binary100101001011100101010011100101110010001010001110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,92,169); }

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

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

 a { background-color: rgb(148,92,169); }

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

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

 span { border-color: rgb(148,92,169); }

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