#945EB2

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

Shades of Deep Lilac #945EB2

Tints of Deep Lilac #945EB2

Color information

#945EB2 (or 0x945EB2) is unknown color: approx Deep Lilac. HEX triplet: 94, 5E and B2. RGB value is (148,94,178). Sum of RGB (Red+Green+Blue) = 148+94+178=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 178 - color contains mainly: blue. Hex color #945EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945EB2 is #6BA14D. Grayscale: #777777. Windows color (decimal): -7053646 or 11689620. OLE color: 11689620.

HSL color Cylindrical-coordinate representation of color #945EB2: hue angle of 278.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #945EB2 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14894178-
CMYK0.170.4700.30
HSL278.57º35.29%53.33%-
HSV(B)278.57º47.19%69.8%-
XYZ24.2517.5244.22-
YUV119.72160.89148.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 94 (37.11% from 255) = 22.38%
BLUE value IS 178 (69.92% from 255) = 42.38%
R=35.24%
G=22.38%
B=42.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal148941780.170.4700.30278.5735.2953.33
Hex945EB2112F01E1172335
Octal22413626221570364274365
Binary1001010010111101011001010001101111011110100010111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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