#945EAA

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

Shades of Deep Lilac #945EAA

Tints of Deep Lilac #945EAA

Color information

#945EAA (or 0x945EAA) is unknown color: approx Deep Lilac. HEX triplet: 94, 5E and AA. RGB value is (148,94,170). Sum of RGB (Red+Green+Blue) = 148+94+170=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #945EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945EAA is #6BA155. Grayscale: #767676. Windows color (decimal): -7053654 or 11165332. OLE color: 11165332.

HSL color Cylindrical-coordinate representation of color #945EAA: hue angle of 282.63º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945EAA is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14894170-
CMYK0.130.4500.33
HSL282.63º30.89%51.76%-
HSV(B)282.63º44.71%66.67%-
XYZ23.4717.240.11-
YUV118.81156.89148.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=35.92%
G=22.82%
B=41.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148941700.130.4500.33282.6330.8951.76
Hex945EAAD2D02111b1f34
Octal22413625215550414333764
Binary100101001011110101010101101101101010000110001101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,94,170); }

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

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

 a { background-color: rgb(148,94,170); }

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

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

 span { border-color: rgb(148,94,170); }

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