#944CB7

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

Shades of Deep Lilac #944CB7

Tints of Deep Lilac #944CB7

Color information

#944CB7 (or 0x944CB7) is unknown color: approx Deep Lilac. HEX triplet: 94, 4C and B7. RGB value is (148,76,183). Sum of RGB (Red+Green+Blue) = 148+76+183=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #944CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CB7 is #6BB348. Grayscale: #6D6D6D. Windows color (decimal): -7058249 or 12012692. OLE color: 12012692.

HSL color Cylindrical-coordinate representation of color #944CB7: hue angle of 280.37º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #944CB7 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14876183-
CMYK0.190.5800.28
HSL280.37º42.63%50.78%-
HSV(B)280.37º58.47%71.76%-
XYZ23.3414.8846.44-
YUV109.73169.35155.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 183 (71.88% from 255) = 44.96%
R=36.36%
G=18.67%
B=44.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148761830.190.5800.28280.3742.6350.78
Hex944CB7133A01C1182b33
Octal22411426723720344305363
Binary1001010010011001011011110011111010011100100011000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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