#944BBE

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

Shades of Deep Lilac #944BBE

Tints of Deep Lilac #944BBE

Color information

#944BBE (or 0x944BBE) is unknown color: approx Deep Lilac. HEX triplet: 94, 4B and BE. RGB value is (148,75,190). Sum of RGB (Red+Green+Blue) = 148+75+190=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #944BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BBE is #6BB441. Grayscale: #6D6D6D. Windows color (decimal): -7058498 or 12471188. OLE color: 12471188.

HSL color Cylindrical-coordinate representation of color #944BBE: hue angle of 278.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #944BBE is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14875190-
CMYK0.220.6100.25
HSL278.09º46.94%51.96%-
HSV(B)278.09º60.53%74.51%-
XYZ24.0215.0550.35-
YUV109.94173.18155.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 75 (29.69% from 255) = 18.16%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=35.84%
G=18.16%
B=46.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148751900.220.6100.25278.0946.9451.96
Hex944BBE163D0191162f34
Octal22411327626750314265764
Binary1001010010010111011111010110111101011001100010110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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