#934FAB

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

Shades of Deep Lilac #934FAB

Tints of Deep Lilac #934FAB

Color information

#934FAB (or 0x934FAB) is unknown color: approx Deep Lilac. HEX triplet: 93, 4F and AB. RGB value is (147,79,171). Sum of RGB (Red+Green+Blue) = 147+79+171=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #934FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934FAB is #6CB054. Grayscale: #6D6D6D. Windows color (decimal): -7123029 or 11227027. OLE color: 11227027.

HSL color Cylindrical-coordinate representation of color #934FAB: hue angle of 284.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #934FAB is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14779171-
CMYK0.140.5400.33
HSL284.35º36.8%49.02%-
HSV(B)284.35º53.8%67.06%-
XYZ22.1814.7440.2-
YUV109.82162.53154.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 79 (31.25% from 255) = 19.90%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=37.03%
G=19.90%
B=43.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147791710.140.5400.33284.3536.849.02
Hex934FABE3602111c2531
Octal22311725316660414344561
Binary1001001110011111010101111101101100100001100011100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934FAB; }

 p { color: rgb(147,79,171); }

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

<style>
 a { background-color: #934FAB; }

 a { background-color: rgb(147,79,171); }

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

<style>
 span { border-color: #934FAB; }

 span { border-color: rgb(147,79,171); }

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