#934DAD

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

Shades of Deep Lilac #934DAD

Tints of Deep Lilac #934DAD

Color information

#934DAD (or 0x934DAD) is unknown color: approx Deep Lilac. HEX triplet: 93, 4D and AD. RGB value is (147,77,173). Sum of RGB (Red+Green+Blue) = 147+77+173=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #934DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934DAD is #6CB252. Grayscale: #6C6C6C. Windows color (decimal): -7123539 or 11357587. OLE color: 11357587.

HSL color Cylindrical-coordinate representation of color #934DAD: hue angle of 283.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #934DAD is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14777173-
CMYK0.150.5500.32
HSL283.75º38.4%49.02%-
HSV(B)283.75º55.49%67.84%-
XYZ22.2314.5341.17-
YUV108.87164.19155.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 77 (30.47% from 255) = 19.40%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=37.03%
G=19.40%
B=43.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147771730.150.5500.32283.7538.449.02
Hex934DADF3702011c2631
Octal22311525517670404344661
Binary1001001110011011010110111111101110100000100011100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,77,173); }

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

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

 a { background-color: rgb(147,77,173); }

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

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

 span { border-color: rgb(147,77,173); }

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