#944ABB

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

Shades of Deep Lilac #944ABB

Tints of Deep Lilac #944ABB

Color information

#944ABB (or 0x944ABB) is unknown color: approx Deep Lilac. HEX triplet: 94, 4A and BB. RGB value is (148,74,187). Sum of RGB (Red+Green+Blue) = 148+74+187=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #944ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944ABB is #6BB544. Grayscale: #6C6C6C. Windows color (decimal): -7058757 or 12274324. OLE color: 12274324.

HSL color Cylindrical-coordinate representation of color #944ABB: hue angle of 279.29º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #944ABB is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14874187-
CMYK0.210.6000.27
HSL279.29º45.38%51.18%-
HSV(B)279.29º60.43%73.33%-
XYZ23.6314.7848.62-
YUV109.01172.02155.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 74 (29.30% from 255) = 18.09%
BLUE value IS 187 (73.44% from 255) = 45.72%
R=36.19%
G=18.09%
B=45.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148741870.210.6000.27279.2945.3851.18
Hex944ABB153C01B1172d33
Octal22411227325740334275563
Binary1001010010010101011101110101111100011011100010111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944ABB; }

 p { color: rgb(148,74,187); }

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

<style>
 a { background-color: #944ABB; }

 a { background-color: rgb(148,74,187); }

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

<style>
 span { border-color: #944ABB; }

 span { border-color: rgb(148,74,187); }

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