#943CAB

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

Shades of Deep Lilac #943CAB

Tints of Deep Lilac #943CAB

Color information

#943CAB (or 0x943CAB) is unknown color: approx Deep Lilac. HEX triplet: 94, 3C and AB. RGB value is (148,60,171). Sum of RGB (Red+Green+Blue) = 148+60+171=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #943CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943CAB is #6BC354. Grayscale: #626262. Windows color (decimal): -7062357 or 11222164. OLE color: 11222164.

HSL color Cylindrical-coordinate representation of color #943CAB: hue angle of 287.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #943CAB is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14860171-
CMYK0.130.6500.33
HSL287.57º48.05%45.29%-
HSV(B)287.57º64.91%67.06%-
XYZ21.1812.4739.82-
YUV98.97168.65162.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 60 (23.83% from 255) = 15.83%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=39.05%
G=15.83%
B=45.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148601710.130.6500.33287.5748.0545.29
Hex943CABD41021120302d
Octal22474253151010414406055
Binary1001010011110010101011110110000010100001100100000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943CAB; }

 p { color: rgb(148,60,171); }

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

<style>
 a { background-color: #943CAB; }

 a { background-color: rgb(148,60,171); }

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

<style>
 span { border-color: #943CAB; }

 span { border-color: rgb(148,60,171); }

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