#934EB3

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

Shades of Deep Lilac #934EB3

Tints of Deep Lilac #934EB3

Color information

#934EB3 (or 0x934EB3) is unknown color: approx Deep Lilac. HEX triplet: 93, 4E and B3. RGB value is (147,78,179). Sum of RGB (Red+Green+Blue) = 147+78+179=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #934EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934EB3 is #6CB14C. Grayscale: #6D6D6D. Windows color (decimal): -7123277 or 11751059. OLE color: 11751059.

HSL color Cylindrical-coordinate representation of color #934EB3: hue angle of 280.99º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #934EB3 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14778179-
CMYK0.180.5600.30
HSL280.99º39.92%50.39%-
HSV(B)280.99º56.42%70.2%-
XYZ22.8914.9144.32-
YUV110.14166.86154.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 179 (70.31% from 255) = 44.31%
R=36.39%
G=19.31%
B=44.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal147781790.180.5600.30280.9939.9250.39
Hex934EB3123801E1192832
Octal22311626322700364315062
Binary1001001110011101011001110010111000011110100011001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,78,179); }

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

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

 a { background-color: rgb(147,78,179); }

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

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

 span { border-color: rgb(147,78,179); }

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