#944FBD

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

Shades of Deep Lilac #944FBD

Tints of Deep Lilac #944FBD

Color information

#944FBD (or 0x944FBD) is unknown color: approx Deep Lilac. HEX triplet: 94, 4F and BD. RGB value is (148,79,189). Sum of RGB (Red+Green+Blue) = 148+79+189=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #944FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944FBD is #6BB042. Grayscale: #6F6F6F. Windows color (decimal): -7057475 or 12406676. OLE color: 12406676.

HSL color Cylindrical-coordinate representation of color #944FBD: hue angle of 277.64º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #944FBD is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14879189-
CMYK0.220.5800.26
HSL277.64º45.45%52.55%-
HSV(B)277.64º58.2%74.12%-
XYZ24.1915.5649.87-
YUV112.17171.36153.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 79 (31.25% from 255) = 18.99%
BLUE value IS 189 (74.22% from 255) = 45.43%
R=35.58%
G=18.99%
B=45.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148791890.220.5800.26277.6445.4552.55
Hex944FBD163A01A1162d35
Octal22411727526720324265565
Binary1001010010011111011110110110111010011010100010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,79,189); }

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

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

 a { background-color: rgb(148,79,189); }

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

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

 span { border-color: rgb(148,79,189); }

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