#934DA7

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

Shades of Deep Lilac #934DA7

Tints of Deep Lilac #934DA7

Color information

#934DA7 (or 0x934DA7) is unknown color: approx Deep Lilac. HEX triplet: 93, 4D and A7. RGB value is (147,77,167). Sum of RGB (Red+Green+Blue) = 147+77+167=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 167 - color contains mainly: blue. Hex color #934DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934DA7 is #6CB258. Grayscale: #6B6B6B. Windows color (decimal): -7123545 or 10964371. OLE color: 10964371.

HSL color Cylindrical-coordinate representation of color #934DA7: hue angle of 286.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #934DA7 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14777167-
CMYK0.120.5400.35
HSL286.67º36.89%47.84%-
HSV(B)286.67º53.89%65.49%-
XYZ21.6614.338.18-
YUV108.19161.19155.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 77 (30.47% from 255) = 19.69%
BLUE value IS 167 (65.62% from 255) = 42.71%
R=37.60%
G=19.69%
B=42.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147771670.120.5400.35286.6736.8947.84
Hex934DA7C3602311f2530
Octal22311524714660434374560
Binary1001001110011011010011111001101100100011100011111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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