#945AB2

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

Shades of Deep Lilac #945AB2

Tints of Deep Lilac #945AB2

Color information

#945AB2 (or 0x945AB2) is unknown color: approx Deep Lilac. HEX triplet: 94, 5A and B2. RGB value is (148,90,178). Sum of RGB (Red+Green+Blue) = 148+90+178=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 178 - color contains mainly: blue. Hex color #945AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945AB2 is #6BA54D. Grayscale: #757575. Windows color (decimal): -7054670 or 11688596. OLE color: 11688596.

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

Color convert

RGB14890178-
CMYK0.170.4900.30
HSL279.55º36.36%52.55%-
HSV(B)279.55º49.44%69.8%-
XYZ23.916.8244.11-
YUV117.37162.22149.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 178 (69.92% from 255) = 42.79%
R=35.58%
G=21.63%
B=42.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal148901780.170.4900.30279.5536.3652.55
Hex945AB2113101E1182435
Octal22413226221610364304465
Binary1001010010110101011001010001110001011110100011000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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