#944CAB

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

Shades of Deep Lilac #944CAB

Tints of Deep Lilac #944CAB

Color information

#944CAB (or 0x944CAB) is unknown color: approx Deep Lilac. HEX triplet: 94, 4C and AB. RGB value is (148,76,171). Sum of RGB (Red+Green+Blue) = 148+76+171=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #944CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944CAB is #6BB354. Grayscale: #6C6C6C. Windows color (decimal): -7058261 or 11226260. OLE color: 11226260.

HSL color Cylindrical-coordinate representation of color #944CAB: hue angle of 285.47º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #944CAB is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14876171-
CMYK0.130.5600.33
HSL285.47º38.46%48.43%-
HSV(B)285.47º55.56%67.06%-
XYZ22.1514.4140.14-
YUV108.36163.35156.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 76 (30.08% from 255) = 19.24%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=37.47%
G=19.24%
B=43.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148761710.130.5600.33285.4738.4648.43
Hex944CABD3802111d2630
Octal22411425315700414354660
Binary1001010010011001010101111011110000100001100011101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,76,171); }

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

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

 a { background-color: rgb(148,76,171); }

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

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

 span { border-color: rgb(148,76,171); }

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