#934DBF

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

Shades of Deep Lilac #934DBF

Tints of Deep Lilac #934DBF

Color information

#934DBF (or 0x934DBF) is unknown color: approx Deep Lilac. HEX triplet: 93, 4D and BF. RGB value is (147,77,191). Sum of RGB (Red+Green+Blue) = 147+77+191=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #934DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934DBF is #6CB240. Grayscale: #6E6E6E. Windows color (decimal): -7123521 or 12537235. OLE color: 12537235.

HSL color Cylindrical-coordinate representation of color #934DBF: hue angle of 276.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #934DBF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14777191-
CMYK0.230.6000.25
HSL276.84º47.11%52.55%-
HSV(B)276.84º59.69%74.9%-
XYZ24.0915.2750.97-
YUV110.93173.19153.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.42%
GREEN value IS 77 (30.47% from 255) = 18.55%
BLUE value IS 191 (75% from 255) = 46.02%
R=35.42%
G=18.55%
B=46.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147771910.230.6000.25276.8447.1152.55
Hex934DBF173C0191152f35
Octal22311527727740314255765
Binary1001001110011011011111110111111100011001100010101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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