#944FBA

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

Shades of Deep Lilac #944FBA

Tints of Deep Lilac #944FBA

Color information

#944FBA (or 0x944FBA) is unknown color: approx Deep Lilac. HEX triplet: 94, 4F and BA. RGB value is (148,79,186). Sum of RGB (Red+Green+Blue) = 148+79+186=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #944FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944FBA is #6BB045. Grayscale: #6F6F6F. Windows color (decimal): -7057478 or 12210068. OLE color: 12210068.

HSL color Cylindrical-coordinate representation of color #944FBA: hue angle of 278.69º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #944FBA is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14879186-
CMYK0.200.5800.27
HSL278.69º43.67%51.96%-
HSV(B)278.69º57.53%72.94%-
XYZ23.8715.4348.18-
YUV111.83169.86153.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 79 (31.25% from 255) = 19.13%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=35.84%
G=19.13%
B=45.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148791860.200.5800.27278.6943.6751.96
Hex944FBA143A01B1172c34
Octal22411727224720334275464
Binary1001010010011111011101010100111010011011100010111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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