#944CC1

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

Shades of Deep Lilac #944CC1

Tints of Deep Lilac #944CC1

Color information

#944CC1 (or 0x944CC1) is unknown color: approx Deep Lilac. HEX triplet: 94, 4C and C1. RGB value is (148,76,193). Sum of RGB (Red+Green+Blue) = 148+76+193=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #944CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CC1 is #6BB33E. Grayscale: #6E6E6E. Windows color (decimal): -7058239 or 12668052. OLE color: 12668052.

HSL color Cylindrical-coordinate representation of color #944CC1: hue angle of 276.92º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #944CC1 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14876193-
CMYK0.230.6100.24
HSL276.92º48.55%52.75%-
HSV(B)276.92º60.62%75.69%-
XYZ24.4215.3252.12-
YUV110.87174.35154.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 76 (30.08% from 255) = 18.23%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=35.49%
G=18.23%
B=46.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148761930.230.6100.24276.9248.5552.75
Hex944CC1173D0181153135
Octal22411430127750304256165
Binary1001010010011001100000110111111101011000100010101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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