#944BB5

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

Shades of Deep Lilac #944BB5

Tints of Deep Lilac #944BB5

Color information

#944BB5 (or 0x944BB5) is unknown color: approx Deep Lilac. HEX triplet: 94, 4B and B5. RGB value is (148,75,181). Sum of RGB (Red+Green+Blue) = 148+75+181=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #944BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BB5 is #6BB44A. Grayscale: #6C6C6C. Windows color (decimal): -7058507 or 11881364. OLE color: 11881364.

HSL color Cylindrical-coordinate representation of color #944BB5: hue angle of 281.32º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #944BB5 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14875181-
CMYK0.180.5900.29
HSL281.32º41.73%50.2%-
HSV(B)281.32º58.56%70.98%-
XYZ23.0714.6645.33-
YUV108.91168.68155.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 181 (71.09% from 255) = 44.80%
R=36.63%
G=18.56%
B=44.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148751810.180.5900.29281.3241.7350.2
Hex944BB5123B01D1192a32
Octal22411326522730354315262
Binary1001010010010111011010110010111011011101100011001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,75,181); }

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

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

 a { background-color: rgb(148,75,181); }

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

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

 span { border-color: rgb(148,75,181); }

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