#944FCC

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

Shades of Deep Lilac #944FCC

Tints of Deep Lilac #944FCC

Color information

#944FCC (or 0x944FCC) is unknown color: approx Deep Lilac. HEX triplet: 94, 4F and CC. RGB value is (148,79,204). Sum of RGB (Red+Green+Blue) = 148+79+204=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #944FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944FCC is #6BB033. Grayscale: #717171. Windows color (decimal): -7057460 or 13389716. OLE color: 13389716.

HSL color Cylindrical-coordinate representation of color #944FCC: hue angle of 273.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #944FCC is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14879204-
CMYK0.270.6100.2
HSL273.12º55.07%55.49%-
HSV(B)273.12º61.27%80%-
XYZ25.9116.2558.9-
YUV113.88178.86152.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 79 (31.25% from 255) = 18.33%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=34.34%
G=18.33%
B=47.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal148792040.270.6100.2273.1255.0755.49
Hex944FCC1B3D0141113737
Octal22411731433750244216767
Binary1001010010011111100110011011111101010100100010001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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